検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 247 for bar (0.011 sec.)
5446
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... oo' ; $msg = 'bar' ; /* connection */ try { $stomp = new Stomp ( 'tc ... priority"]=> string(1) "0" } ["body"]=> string(3) "bar" } 例2 手続き型 <?php $queue = '/queue/foo' ; $msg ... = 'bar' ; /* connection */ $link = stomp_connect ( 'ssl:/ ... mand"]=> string(7) "MESSAGE" ["body"]=> string(3) "bar" ["headers"]=> array(6) { ["transaction"]=> string ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
Dynamically removes the given method 5395
« runkit7_method_redefine runkit7_method_rename » PHP Manual runkit7 関数 Dynamically removes th ... e { function foo () { return "foo!\n" ; } function bar () { return "bar!\n" ; } } // Remove the 'foo' met ... ( 'Example' )); ?> 上の例の出力は以下となります。 bar 参考 runkit7_method_add() - Dynamically adds a new ...
https://man.plustar.jp/php/function.runkit7-method-remove.html - [similar]
Dynamically changes the name of the given method 5345
« runkit7_method_remove runkit7_object_id » PHP Manual runkit7 関数 Dynamically changes the name ... turn "foo!\n" ; } } // Rename the 'foo' method to 'bar' runkit7_method_rename ( 'Example' , 'foo' , 'bar' ... ; // output renamed function echo (new Example )-> bar (); ?> 上の例の出力は以下となります。 foo! 参考 ru ...
https://man.plustar.jp/php/function.runkit7-method-rename.html - [similar]
要素を追加する 5345
« sodium_crypto_box sodium_crypto_core_ristretto255_from_hash » PHP Manual Sodium 関数 要素を追加 ... $foo = sodium_crypto_core_ristretto255_random (); $bar = sodium_crypto_core_ristretto255_random (); $valu ... e = sodium_crypto_core_ristretto255_add ( $foo , $bar ); $value = sodium_crypto_core_ristretto255_sub ( ... $value , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-add.html - [similar]
要素の値を減らす 5345
« sodium_crypto_core_ristretto255_scalar_sub sodium_crypto_generichash_final » PHP Manual Sodium ... $foo = sodium_crypto_core_ristretto255_random (); $bar = sodium_crypto_core_ristretto255_random (); $valu ... e = sodium_crypto_core_ristretto255_add ( $foo , $bar ); $value = sodium_crypto_core_ristretto255_sub ( ... $value , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-sub.html - [similar]
Provides an array or document to serialize as BSON 5345
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... ize () { return [ '_id' => $this -> id , 'foo' => 'bar' ]; } } $bson = MongoDB \ BSON \ fromPHP (new MyDo ... { "$oid" : "56cccdcada14d8755a58c591" }, "foo" : "bar" } 例2 MongoDB\BSON\Serializable::bsonSerialize() ... e { function bsonSerialize () { return [ 'foo' => 'bar' ]; } } $value = [ 'document' => new MyDocument ]; ... 例の出力は以下となります。 { "document" : { "foo" : "bar" } } 例4 MongoDB\BSON\Serializable::bsonSerialize( ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
デフォルトプロパティであるかどうかを調べる 5345
« ReflectionProperty::hasType ReflectionProperty::isInitialized » PHP Manual ReflectionProperty ... operty::isDefault() の例 <?php class Foo { public $bar ; } $o = new Foo (); $o -> bar = 42 ; $o -> baz = ... ionObject ( $o ); var_dump ( $ro -> getProperty ( 'bar' )-> isDefault ()); var_dump ( $ro -> getProperty ...
https://man.plustar.jp/php/reflectionproperty.isdefault.html - [similar]
実行する SQL 文を準備する 5345
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepa ... b' ); $db -> exec ( 'CREATE TABLE foo (id INTEGER, bar STRING)' ); $db -> exec ( "INSERT INTO foo (id, ba ... s is a test')" ); $stmt = $db -> prepare ( 'SELECT bar FROM foo WHERE id=:id' ); $stmt -> bindValue ( ':i ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]
ランダムな鍵を生成する 5295
« sodium_crypto_core_ristretto255_is_valid_point sodium_crypto_core_ristretto255_scalar_add » PH ... $foo = sodium_crypto_core_ristretto255_random (); $bar = sodium_crypto_core_ristretto255_random (); $valu ... e = sodium_crypto_core_ristretto255_add ( $foo , $bar ); $value = sodium_crypto_core_ristretto255_sub ( ... $value , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-random.html - [similar]
ランダムな鍵を生成する 5295
« sodium_crypto_core_ristretto255_scalar_negate sodium_crypto_core_ristretto255_scalar_reduce » ... sodium_crypto_core_ristretto255_scalar_random (); $bar = sodium_crypto_core_ristretto255_scalar_random () ... dium_crypto_core_ristretto255_scalar_add ( $foo , $bar ); $value = sodium_crypto_core_ristretto255_scalar ... _sub ( $value , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-scalar-rando... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT