検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 817 for Return (0.024 sec.)
データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の... 3371
« array_udiff_assoc array_udiff » PHP Manual 配列 関数 データと添字の比較にコールバック関数を用い ... ) { if ( $a -> priv_member === $b -> priv_member ) return 0 ; return ( $a -> priv_member > $b -> priv_member ... ction comp_func_key ( $a , $b ) { if ( $a === $b ) return 0 ; return ( $a > $b )? 1 :- 1 ; } } $a = array( " ...
https://man.plustar.jp/php/function.array-udiff-uassoc.html - [similar]
Fetch the next row from a result set 3371
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... ray, a numeric array, or both cubrid_fetch_row() - Return a numerical array with the values of the current r ... ow cubrid_fetch_assoc() - Return the associative array that corresponds to the fetc ... row cubrid_fetch_object() - Fetch the next row and return it as an object 関連キーワード: result , row , cub ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
ユーザー定義のストリームフィルタを登録する 3371
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... talen ; stream_bucket_append ( $out , $bucket ); } return PSFS_PASS_ON ; } } /* PHP にフィルタを登録する */ ... talen ; stream_bucket_append ( $out , $bucket ); } return PSFS_PASS_ON ; } function onCreate () { if ( $this ... 失敗を報告し、PHP が検索を続けられるようにする */ return false ; } return true ; } } /* PHP にフィルタを登録 ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
Wait for and perform jobs 3371
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... es an E_WARNING with the last Gearman error if the return code is not one of GEARMAN_SUCCESS , GEARMAN_IO_WA ... work ()); function my_reverse_function ( $job ) { return strrev ( $job -> workload ()); } ?> 参考 GearmanWo ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
画像のヒストグラムを取得する 3371
« Imagick::getImageHeight Imagick::getImageIndex » PHP Manual Imagick 画像のヒストグラムを取得す ... color ] = $count ; } } ksort ( $colorStatistics ); return $colorStatistics ; } function getImageHistogram ( ... ction ( $carry , $item ) { if ( $item > $carry ) { return $item ; } return $carry ; }; $colorValues = [ 'red ...
https://man.plustar.jp/php/imagick.getimagehistogram.html - [similar]
Returns the Javascript's code 3371
« MongoDB\BSON\Javascript::serialize MongoDB\BSON\Javascript::unserialize » PHP Manual MongoDB\B ... SON\Javascript Returns the Javascript's code MongoDB\BSON\Javascript::__ ... odb >=1.2.0) MongoDB\BSON\Javascript::__toString — Returns the Javascript's code 説明 final public MongoDB\B ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the Javascript's code. 例 例1 MongoDB\BSON\Javasc ... MongoDB \ BSON \ Javascript ( 'function foo(bar) { return bar; }' )); ?> 上の例の出力は以下となります。 stri ...
https://man.plustar.jp/php/mongodb-bson-javascript.tostring.html - [similar]
ReflectionMethod を作成する 3371
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... メントする * * @final * @static * @access public * @return int */ final public static function increment () { ... return ++ self :: $c ; } } // ReflectionMethod のインスタ ... メントする * * @final * @static * @access public * @return int */' ---> Invocation results in: int(1) 参考 Re ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
Register a server 3371
« Yar_Server Yar_Server::handle » PHP Manual Yar_Server Register a server Yar_Server::__construc ... automatically into service info page. * @params * @return */ public function some_method ( $parameter , $opt ... ion = "foo" ) { return "some_method" ; } protected function client_can_no ...
https://man.plustar.jp/php/yar-server.construct.html - [similar]
The Swoole\Connection\Iterator class 3338
« Swoole\Client::wakeup Swoole\Connection\Iterator::count » PHP Manual Swoole The Swoole\Connect ... connections. Swoole\Connection\Iterator::current — Return current connection entry. Swoole\Connection\Iterat ... or::key — Return key of the current connection. Swoole\Connection\I ...
https://man.plustar.jp/php/class.swoole-connection-iterator.html - [similar]
Returns the result of applying a callback to each value 3338
« Ds\Deque::last Ds\Deque::merge » PHP Manual Deque Returns the result of applying a callback to ... e Ds\Deque::map (PECL ds >= 1.0.0) Ds\Deque::map — Returns the result of applying a callback to each value 説 ... lic Ds\Deque::map ( callable $callback ): Ds\Deque Returns the result of applying a callback function to eac ... ly to each value in the deque. The callable should return what the new value will be in the new deque. 戻り値 ... ]); print_r ( $deque -> map (function( $value ) { return $value * 2 ; })); print_r ( $deque ); ?> 上の例の出 ...
https://man.plustar.jp/php/ds-deque.map.html - [similar]