検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 817 for Return (0.137 sec.)
バイナリカラムデータを処理する 3398
« odbc_autocommit odbc_close_all » PHP Manual ODBC 関数 バイナリカラムデータを処理する odbc_binm ... en 結果 ODBC_BINMODE_PASSTHRU >0 通過 ODBC_BINMODE_RETURN >0 通過 ODBC_BINMODE_CONVERT >0 通過 ODBC_BINMODE_ ... PASSTHRU 0 通過 ODBC_BINMODE_RETURN >0 そのまま返す ODBC_BINMODE_CONVERT >0 char として ... DE_PASSTHRU : BINARY データとして通過 ODBC_BINMODE_RETURN : そのまま返す ODBC_BINMODE_CONVERT : char に変換し ...
https://man.plustar.jp/php/function.odbc-binmode.html - [similar]
変数の文字列表現を出力または返す 3398
« var_dump ウェブサービス » PHP Manual 変数操作 関数 変数の文字列表現を出力または返す var_export ... 力または返す 説明 var_export ( mixed $value , bool $return = false ): ? string var_export() は、 渡された変数 ... 異なります。 パラメータ value エクスポートしたい変数 return 使用されかつ true に設定された場合、 var_export() ... は変数表現を出力する代わりに返します。 戻り値 return パラメータが使用され true と評価される場合、 変数表 ... y [ 'var1' ]; $obj -> var2 = $an_array [ 'var2' ]; return $obj ; } } $a = new A ; $a -> var1 = 5 ; $a -> var ...
https://man.plustar.jp/php/function.var-export.html - [similar]
Returns the Javascript's code 3398
« MongoDB\BSON\Javascript::__construct MongoDB\BSON\Javascript::getScope » PHP Manual MongoDB\BS ... ON\Javascript Returns the Javascript's code MongoDB\BSON\Javascript::ge ... ongodb >=1.2.0) MongoDB\BSON\Javascript::getCode — Returns the Javascript's code 説明 final public MongoDB\B ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the Javascript's code. エラー / 例外 引数のパース ... MongoDB \ BSON \ Javascript ( 'function foo(bar) { return bar; }' ); var_dump ( $js -> getCode ()); ?> 上の例 ...
https://man.plustar.jp/php/mongodb-bson-javascript.getcode.html - [similar]
Set SeasLog datetime format style 3398
« SeasLog::setBasePath SeasLog::setLogger » PHP Manual SeasLog Set SeasLog datetime format style ... . See also first param `format` at date() . 戻り値 Return TRUE on setted datetime format success, FALSE on f ... Set , setDatetimeFormat , success , param , date , Return , setted ...
https://man.plustar.jp/php/seaslog.setdatetimeformat.html - [similar]
Synchronization 3398
« Threaded::shift Threaded::wait » PHP Manual Threaded Synchronization Threaded::synchronized (P ... use as function arguments to the block 戻り値 The return value from the block 例 例1 Synchronizing <?php cl ... , arguments , パラメータ , Synchronizing , from , return ...
https://man.plustar.jp/php/threaded.synchronized.html - [similar]
MongoDB driver classes 3371
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... es MongoDB\Driver\Manager::getEncryptedFieldsMap — Return the encryptedFieldsMap auto encryption option for ... e Manager MongoDB\Driver\Manager::getReadConcern — Return the ReadConcern for the Manager MongoDB\Driver\Man ... ager::getReadPreference — Return the ReadPreference for the Manager MongoDB\Driver\ ... Manager::getServers — Return the servers to which this manager is connected Mon ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
Iterator インターフェイス 3371
« Traversable Iterator::current » PHP Manual 定義済みのインターフェイスとクラス Iterator インター ... _dump ( __METHOD__ ); $this -> position = 0 ; } #[\ReturnTypeWillChange] public function current () { var_du ... mp ( __METHOD__ ); return $this -> array [ $this -> position ]; } #[\ReturnT ... public function key () { var_dump ( __METHOD__ ); return $this -> position ; } public function next (): voi ... function valid (): bool { var_dump ( __METHOD__ ); return isset( $this -> array [ $this -> position ]); } } ...
https://man.plustar.jp/php/class.iterator.html - [similar]
Updates all values by applying a callback function to each value 3371
« Ds\Deque::allocate Ds\Deque::capacity » PHP Manual Deque Updates all values by applying a call ... ly to each value in the deque. The callback should return what the value should be replaced by. 戻り値 値を返 ... , 2 , 3 ]); $deque -> apply (function( $value ) { return $value * 2 ; }); print_r ( $deque ); ?> 上の例の出 ...
https://man.plustar.jp/php/ds-deque.apply.html - [similar]
Updates all values by applying a callback function to each value 3371
« Ds\Sequence::allocate Ds\Sequence::capacity » PHP Manual Sequence Updates all values by applyi ... to each value in the sequence. The callback should return what the value should be replaced by. 戻り値 値を返 ... 2 , 3 ]); $sequence -> apply (function( $value ) { return $value * 2 ; }); print_r ( $sequence ); ?> 上の例の ...
https://man.plustar.jp/php/ds-sequence.apply.html - [similar]
Updates all values by applying a callback function to each value 3371
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a c ... y to each value in the vector. The callback should return what the value should be replaced by. 戻り値 値を返 ... , 2 , 3 ]); $vector -> apply (function( $value ) { return $value * 2 ; }); print_r ( $vector ); ?> 上の例の出 ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]