検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 1070 for Dump (0.122 sec.)
Returns the first value in the vector 2694
« Ds\Vector::find Ds\Vector::get » PHP Manual Vector Returns the first value in the vector Ds\Ve ... p $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector -> first ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-vector.first.html - [similar]
Returns the last value 2694
« Ds\Vector::jsonSerialize Ds\Vector::map » PHP Manual Vector Returns the last value Ds\Vector:: ... p $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector -> last ()); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/ds-vector.last.html - [similar]
Converts the vector to an array 2694
« Ds\Vector::sum Ds\Vector::unshift » PHP Manual Vector Converts the vector to an array Ds\Vecto ... p $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); var_dump ( $vector -> toArray ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-vector.toarray.html - [similar]
PHP ファイルの実行 2694
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの ... ドを実行せずに PHP の使用法を示します $ php -r 'var_dump($argv);' -h Usage: php [options] [-f] <file> [args ... して解釈し、PHP の使用法を表示しません $ php -r 'var_dump($argv);' -- -h array(2) { [0]=> string(1) "-" [1]= ... しての PHP スクリプトの実行 #!/usr/bin/php <?php var_dump ( $argv ); ?> このファイルの名前が test で、カレン ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 2694
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリ ... [ 'a' => 1 , 'b' => 2 , 'c' => 3 , 'd' => 4 ]; var_dump ( array_filter ( $arr , function( $k ) { return $k ... == 'b' ; }, ARRAY_FILTER_USE_KEY )); var_dump ( array_filter ( $arr , function( $v , $k ) { retu ...
https://man.plustar.jp/php/function.array-filter.html - [similar]
Return an array with the list of all existing CUBRID databases 2694
« cubrid_field_type cubrid_num_fields » PHP Manual CUBRID MySQL 互換関数 Return an array with th ... modb" ); $db_list = cubrid_list_dbs ( $conn ); var_dump ( $db_list ); cubrid_disconnect ( $conn ); ?> 上の ...
https://man.plustar.jp/php/function.cubrid-list-dbs.html - [similar]
日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 2694
« date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の ... ical_twilight_end: 17:12:00 例2 極夜の例 <?php var_dump ( date_sun_info ( strtotime ( "2017-12-21" ), 90 , ... t_end"]=> bool(false) } 例3 Midnight sun <?php var_dump ( date_sun_info ( strtotime ( "2017-06-21" ), 90 , ...
https://man.plustar.jp/php/function.date-sun-info.html - [similar]
度単位の数値をラジアン単位に変換する 2694
« decoct exp » PHP Manual Math 関数 度単位の数値をラジアン単位に変換する deg2rad (PHP 4, PHP 5, ... 例 <?php echo deg2rad ( 45 ); // 0.785398163397 var_dump ( deg2rad ( 45 ) === M_PI_4 ); // bool(true) ?> 参 ...
https://man.plustar.jp/php/function.deg2rad.html - [similar]
Backup a function 2694
« uopz_allow_exit uopz_compose » PHP Manual Uopz 関数 Backup a function uopz_backup (PECL uopz 1 ... tion ( "fgets" , function(){ return true ; }); var_dump ( fgets ()); ?> 上の例の出力は以下となります。 boo ...
https://man.plustar.jp/php/function.uopz-backup.html - [similar]
Restore a previously backed up function 2694
« uopz_rename uopz_set_hook » PHP Manual Uopz 関数 Restore a previously backed up function uopz_ ... tion ( "fgets" , function(){ return true ; }); var_dump ( fgets ()); uopz_restore ( 'fgets' ); fgets (); ? ...
https://man.plustar.jp/php/function.uopz-restore.html - [similar]