検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 1200 for var (0.033 sec.)
Reduces the vector to a single value using a callback function 2763
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ... n( $carry , $value ) { return $carry * $value ; }; var_dump ( $vector -> reduce ( $callback , 5 )); // It ... <?php $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector -> reduce (function( $carry , $valu ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]
未処理のリクエストがあるかどうかを調べる 2763
« eio_open eio_read » PHP Manual Eio 関数 未処理のリクエストがあるかどうかを調べる eio_poll (PEC ... ) の例 <?php function res_cb ( $data , $result ) { var_dump ( $data ); var_dump ( $result ); } eio_nop ( ...
https://man.plustar.jp/php/function.eio-poll.html - [similar]
文字列を文字列により分割する 2763
« echo fprintf » PHP Manual String 関数 文字列を文字列により分割する explode (PHP 4, PHP 5, PHP ... hello" ; $input2 = "hello,there" ; $input3 = ',' ; var_dump ( explode ( ',' , $input1 ) ); var_dump ( exp ... lode ( ',' , $input2 ) ); var_dump ( explode ( ',' , $input3 ) ); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.explode.html - [similar]
指定したオブジェクトのプロパティを取得する 2763
« get_mangled_object_vars get_parent_class » PHP Manual クラス/オブジェクト関数 指定したオブジェ ... クトのプロパティを取得する get_object_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_object_vars — 指 ... たオブジェクトのプロパティを取得する 説明 get_object_vars ( object $object ): array 指定した object について ... ロパティを連想配列として返します。 例 例1 get_object_vars() の使用例 <?php class foo { private $a ; public ... private $d ; static $e ; public function test () { var_dump ( get_object_vars ( $this )); } } $test = new ...
https://man.plustar.jp/php/function.get-object-vars.html - [similar]
指定したモジュールのセルフテストを実行する 2763
« mcrypt_module_open mdecrypt_generic » PHP Manual Mcrypt 関数 指定したモジュールのセルフテストを ... します。 例 例1 mcrypt_module_self_test() の例 <?php var_dump ( mcrypt_module_self_test ( MCRYPT_RIJNDAEL_1 ... 28 )) . "\n" ; var_dump ( mcrypt_module_self_test ( MCRYPT_BOGUS_CYPH ...
https://man.plustar.jp/php/function.mcrypt-module-self-test.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 2763
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... _array ( $stid_1 , OCI_ASSOC + OCI_RETURN_NULLS ); var_dump ( $row ); $row = oci_fetch_array ( $stid_2 , ... OCI_ASSOC + OCI_RETURN_NULLS ); var_dump ( $row ); $row = oci_fetch_array ( $stid_1 , ... OCI_ASSOC + OCI_RETURN_NULLS ); var_dump ( $row ); $row = oci_fetch_array ( $stid_2 , ... OCI_ASSOC + OCI_RETURN_NULLS ); var_dump ( $row ); // 出力です。 // array(2) { // ["CI ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
変数を古い値と比較して新しい値を代入する 2763
« wincache_ucache_add wincache_ucache_clear » PHP Manual WinCache 関数 変数を古い値と比較して新し ... 用法 <?php wincache_ucache_set ( 'counter' , 2922 ); var_dump ( wincache_ucache_cas ( 'counter' , 2922 , 1 ... )); var_dump ( wincache_ucache_get ( 'counter' )); ?> 上の ...
https://man.plustar.jp/php/function.wincache-ucache-cas.html - [similar]
キーに関連づけられた値を減少させる 2763
« wincache_ucache_clear wincache_ucache_delete » PHP Manual WinCache 関数 キーに関連づけられた値 ... 使用法 <?php wincache_ucache_set ( 'counter' , 1 ); var_dump ( wincache_ucache_dec ( 'counter' , 2923 , $s ... uccess )); var_dump ( $success ); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/function.wincache-ucache-dec.html - [similar]
キーに関連づけられた値を増加させる 2763
« wincache_ucache_get wincache_ucache_info » PHP Manual WinCache 関数 キーに関連づけられた値を増 ... 使用法 <?php wincache_ucache_set ( 'counter' , 1 ); var_dump ( wincache_ucache_inc ( 'counter' , 2921 , $s ... uccess )); var_dump ( $success ); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/function.wincache-ucache-inc.html - [similar]
pixel iterator をリセットする 2763
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel \ImagickPixel */ if ( $column % 2 ) { /* Ma ... */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel \ImagickPixel */ if ( $column % 3 ) { $pixe ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]