検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 817 for return (0.109 sec.)
The LuaSandbox class 3863
« Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox cla ... ed with LuaSandbox::getProfilerFunctionReport() to return timings in samples. LuaSandbox::SECONDS Used with ... LuaSandbox::getProfilerFunctionReport() to return timings in seconds. LuaSandbox::PERCENT Used with ... LuaSandbox::getProfilerFunctionReport() to return timings in percentages of the total. 目次 LuaSandb ... — Fetch profiler data LuaSandbox::getVersionInfo — Return the versions of LuaSandbox and Lua LuaSandbox::loa ...
https://man.plustar.jp/php/class.luasandbox.html - [similar]
Reduces the sequence to a single value using a callback function 3863
« Ds\Sequence::push Ds\Sequence::remove » PHP Manual Sequence Reduces the sequence to a single v ... k ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial if it's ... value of the carry value. Can be null . 戻り値 The return value of the final callback. 例 例1 Ds\Sequence::r ... , 3 ]); $callback = function( $carry , $value ) { return $carry * $value ; }; var_dump ( $sequence -> reduc ... $sequence -> reduce (function( $carry , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $c ...
https://man.plustar.jp/php/ds-sequence.reduce.html - [similar]
Reduces the set to a single value using a callback function 3863
« Ds\Set::merge Ds\Set::remove » PHP Manual Set Reduces the set to a single value using a callba ... k ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial if it's ... value of the carry value. Can be null . 戻り値 The return value of the final callback. 例 例1 Ds\Set::reduce ... , 3 ]); $callback = function( $carry , $value ) { return $carry * $value ; }; var_dump ( $set -> reduce ( $ ... mp ( $set -> reduce (function( $carry , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $c ...
https://man.plustar.jp/php/ds-set.reduce.html - [similar]
Reduces the vector to a single value using a callback function 3863
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ... k ( mixed $carry , mixed $value ): mixed carry The return value of the previous callback, or initial if it's ... value of the carry value. Can be null . 戻り値 The return value of the final callback. 例 例1 Ds\Vector::red ... , 3 ]); $callback = function( $carry , $value ) { return $carry * $value ; }; var_dump ( $vector -> reduce ... ( $vector -> reduce (function( $carry , $value ) { return $carry + $value + 5 ; })); // Iterations: // // $c ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]
暗号化フィルタ 3863
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ' => 32 ); protected static function key_size () { return self :: $KEY_SIZES [ 'AES-128' ]; } //default AES- ... - 1 ; $i >= 0 ; $i --) $ret |= ord ( $res [ $i ]); return ! $ret ; } return false ; } private static functio ... $hsalt , $iterations = 1000 , 24 , $raw = true ); return hash_hmac_file ( 'sha256' , $stream , $hkey , $raw ... utlen ; stream_bucket_append ( $out , $bucket ); } return PSFS_PASS_ON ; } } class AES_128_CBC extends AES_C ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
Return the client library version 3863
« cubrid_get_class_name cubrid_get_db_parameter » PHP Manual CUBRID 関数 Return the client libra ... fo (PECL CUBRID >= 8.3.0) cubrid_get_client_info — Return the client library version 説明 cubrid_get_client_ ... info (): string This function returns a string that represents the client library versi ... UBRID Charset: iso8859-1 関連キーワード: version , Return , cubrid , the , CUBRID , info , string , represen ...
https://man.plustar.jp/php/function.cubrid-get-client-info.html - [similar]
Return the CUBRID server version 3863
« cubrid_get_query_timeout cubrid_get » PHP Manual CUBRID 関数 Return the CUBRID server version ... fo (PECL CUBRID >= 8.3.0) cubrid_get_server_info — Return the CUBRID server version 説明 cubrid_get_server_i ... resource $conn_identifier ): string This function returns a string that represents the CUBRID server versio ... 8859-1 関連キーワード: CUBRID , server , version , Return , cubrid , the , info , string , identifier , repr ...
https://man.plustar.jp/php/function.cubrid-get-server-info.html - [similar]
利用可能な暗号メソッドを取得 3863
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... phers = array_filter ( $ciphers , function( $n ) { return stripos ( $n , "ecb" )=== FALSE ; } ); //At least ... phers = array_filter ( $ciphers , function( $c ) { return stripos ( $c , "des" )=== FALSE ; } ); $ciphers = ... array_filter ( $ciphers , function( $c ) { return stripos ( $c , "rc2" )=== FALSE ; } ); $ciphers = ... array_filter ( $ciphers , function( $c ) { return stripos ( $c , "rc4" )=== FALSE ; } ); $ciphers = ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
Wrap a PHP callable in a LuaSandboxFunction 3863
« LuaSandbox::unpauseUsageTimer LuaSandboxFunction » PHP Manual LuaSandbox Wrap a PHP callable i ... to Lua as an anonymous function. The function must return either an array of values (which may be empty), or ... null which is equivalent to returning the empty array. Exceptions will be raised as e ... re information about calling Lua functions and the return values, see LuaSandboxFunction::call() . パラメータ ... function Callable to wrap. 戻り値 Returns a LuaSandboxFunction . 参考 LuaSandbox::loadStrin ...
https://man.plustar.jp/php/luasandbox.wrapphpfunction.html - [similar]
Return the ReadPreference for the Manager 3863
« MongoDB\Driver\Manager::getReadConcern MongoDB\Driver\Manager::getServers » PHP Manual MongoDB ... \Driver\Manager Return the ReadPreference for the Manager MongoDB\Driver\ ... 1.0.0) MongoDB\Driver\Manager::getReadPreference — Return the ReadPreference for the Manager 説明 final publ ... etReadPreference (): MongoDB\Driver\ReadPreference Returns the MongoDB\Driver\ReadPreference for the Manager ... 関連キーワード: Manager , Driver , ReadPreference , Return , the , string , getReadPreference , stdClass , パ ...
https://man.plustar.jp/php/mongodb-driver-manager.getreadpreference.html - [similar]