検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 817 for return (0.059 sec.)
Returns the result of applying a callback to each value 3338
« Ds\Sequence::last Ds\Sequence::merge » PHP Manual Sequence Returns the result of applying a ca ... equence::map (PECL ds >= 1.0.0) Ds\Sequence::map — Returns the result of applying a callback to each value 説 ... \Sequence::map ( callable $callback ): Ds\Sequence Returns the result of applying a callback function to eac ... to each value in the sequence. The callable should return what the new value will be in the new sequence. 戻 ... ; print_r ( $sequence -> map (function( $value ) { return $value * 2 ; })); print_r ( $sequence ); ?> 上の例 ...
https://man.plustar.jp/php/ds-sequence.map.html - [similar]
Returns the result of applying a callback to each value 3338
« Ds\Vector::last Ds\Vector::merge » PHP Manual Vector Returns the result of applying a callback ... Ds\Vector::map (PECL ds >= 1.0.0) Ds\Vector::map — Returns the result of applying a callback to each value 説 ... c Ds\Vector::map ( callable $callback ): Ds\Vector Returns the result of applying a callback function to eac ... y to each value in the vector. The callable should return what the new value will be in the new vector. 戻り ... ]); print_r ( $vector -> map (function( $value ) { return $value * 2 ; })); print_r ( $vector ); ?> 上の例の ...
https://man.plustar.jp/php/ds-vector.map.html - [similar]
Get column information from a result and return as an object 3338
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... ion from a result and return as an object cubrid_fetch_field (PECL CUBRID >= 8. ... h_field — Get column information from a result and return as an object 説明 cubrid_fetch_field ( resource $r ... lt , int $field_offset = 0 ): object This function returns an object with certain properties of the specific ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
Tell the cursor position of the LOB object 3338
« cubrid_lob2_size cubrid_lob2_tell » PHP Manual CUBRID 関数 Tell the cursor position of the LOB ... n be stored, you can use this function and it will return the position information as a string. パラメータ l ... 2_new() or get from the result set. 戻り値 It will return the cursor position on the LOB object as a string ...
https://man.plustar.jp/php/function.cubrid-lob2-tell64.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 3338
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... る値は、OCILob インスタンスとして返されるLOB や OCI_RETURN_LOBS を使って返される LOB に影響します。 oci_execu ... ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI_RETURN_NULLS + OCI_RETURN_LOBS )) { echo "<tr>\n" ; forea ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
Creates a function at runtime 3338
« uopz_flags uopz_get_exit_status » PHP Manual Uopz 関数 Creates a function at runtime uopz_func ... p uopz_function ( "my_strlen" , function( $arg ) { return strlen ( $arg ); }); echo my_strlen ( "Hello World ... nction ( My ::class, "strlen" , function( $arg ) { return strlen ( $arg ); }, ZEND_ACC_STATIC ); echo My :: ...
https://man.plustar.jp/php/function.uopz-function.html - [similar]
Returns the Javascript's scope document 3338
« MongoDB\BSON\Javascript::getCode MongoDB\BSON\Javascript::jsonSerialize » PHP Manual MongoDB\B ... SON\Javascript Returns the Javascript's scope document MongoDB\BSON\Java ... ngodb >=1.2.0) MongoDB\BSON\Javascript::getScope — Returns the Javascript's scope document 説明 final public ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the Javascript's scope document, or null if the i ... MongoDB \ BSON \ Javascript ( 'function foo(bar) { return bar; }' ); var_dump ( $js -> getScope ()); $js = n ...
https://man.plustar.jp/php/mongodb-bson-javascript.getscope.html - [similar]
Returns the server's most recent "hello" response 3338
« MongoDB\Driver\ServerDescription MongoDB\Driver\ServerDescription::getHost » PHP Manual MongoD ... B\Driver\ServerDescription Returns the server's most recent "hello" response MongoDB ... ngoDB\Driver\ServerDescription::getHelloResponse — Returns the server's most recent "hello" response 説明 fi ... iver\ServerDescription::getHelloResponse (): array Returns an array of information describing the server. Th ... is connected to a load balancer, this method will return an empty array since load balancers are not monito ...
https://man.plustar.jp/php/mongodb-driver-serverdescription.gethelloresponse.htm... - [similar]
runkit7 関数 3338
« 定義済み定数 runkit7_constant_add » PHP Manual runkit7 runkit7 関数 runkit7 関数 目次 runkit7_ ... s the name of the given method runkit7_object_id — Return the integer object handle for given object runkit7 ... _superglobals — Return numerically indexed array of registered supergloba ... ls runkit7_zval_inspect — Returns information about the passed in value with data t ...
https://man.plustar.jp/php/ref.runkit7.html - [similar]
Swoole 3305
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... or binary data at the end of the memory buffer and return the new size of memory allocated. Swoole\Buffer::c ... connections. Swoole\Connection\Iterator::current — Return current connection entry. Swoole\Connection\Iterat ... or::key — Return key of the current connection. Swoole\Connection\I ... ad — Try to lock a read-write lock for reading and return straight away even the lock is not available. Swoo ...
https://man.plustar.jp/php/book.swoole.html - [similar]