検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 2833 for 出力 (0.050 sec.)
下位互換性のない変更点 2453
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... <?php function test ( $param ){} test (); 上の例の出力は、 たとえば以下のようになります。 Fatal error: Unc ... $func = 'func_num_args' ; $func (); })(); 上の例の出力は以下となります。 Warning: Cannot call func_num_arg ... () 、 shuffle() 、 str_shuffle() 、 array_rand() の出力がこれまでのバージョンとは変わるということです。 ASC ... = 'foo' ; var_dump ( $a ); ?> 上の例の PHP 7.0 での出力は、このようになります。 array(1) { [10]=> string(3) ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
MySQL 拡張モジュールの概要を示す例 2453
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... データベースに接続し、クエリを実行し、結果レコードを 出力、接続を切断する例です。 例1 MySQL 拡張モジュールに関 ... Query failed: ' . mysql_error ()); // HTML に結果を出力する echo "<table>\n" ; while ( $line = mysql_fetch_ ... 例 , 接続 , 関数 , データベース , 実行 , レコード , 出力 ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
関数が戻り値の型を指定しているかを調べる 2453
« ReflectionFunctionAbstract::getTentativeReturnType ReflectionFunctionAbstract::hasTentativeRet ... _dump ( $reflection1 -> hasReturnType ()); 上の例の出力は以下となります。 bool(true) 例2 ビルトイン関数で使 ... _dump ( $reflection2 -> hasReturnType ()); 上の例の出力は以下となります。 bool(false) こうなるのは、たくさん ... bstract , 型 , 指定 , hasReturnType , パラメータ , 出力 , getTentativeReturnType , hasTentativeReturnType ...
https://man.plustar.jp/php/reflectionfunctionabstract.hasreturntype.html - [similar]
Gets the current stomp session ID 2453
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... /* close connection */ unset( $stomp ); ?> 上の例の出力は、 たとえば以下のようになります。 string(35) "ID:p ... se connection */ stomp_close ( $link ); ?> 上の例の出力は、 たとえば以下のようになります。 string(35) "ID:p ... : session , the , string , getSessionId , 手続き , 出力 , getReadTimeout , hasFrame , public , resource ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
Reduces the set to a single value using a callback function 2428
« Ds\Set::merge Ds\Set::remove » PHP Manual Set Reduces the set to a single value using a callba ... ry * 2 = 10 // $carry = $carry * 3 = 30 ?> 上の例の出力は、 たとえば以下のようになります。 int(30) 例2 Ds\S ... 5 = 13 // $carry = $carry + 3 + 5 = 21 ?> 上の例の出力は、 たとえば以下のようになります。 int(21) 関連キー ... ial , reduce , Reduces , single , function , int , 出力 ...
https://man.plustar.jp/php/ds-set.reduce.html - [similar]
Reduces the vector to a single value using a callback function 2428
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ... ry * 2 = 10 // $carry = $carry * 3 = 30 ?> 上の例の出力は、 たとえば以下のようになります。 int(30) 例2 Ds\V ... 5 = 13 // $carry = $carry + 3 + 5 = 21 ?> 上の例の出力は、 たとえば以下のようになります。 int(21) 関連キー ... duce , Reduces , single , function , using , int , 出力 ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]
GeoIP データベースが使用可能かどうかを調べる 2428
« geoip_database_info geoip_db_filename » PHP Manual GeoIP 関数 GeoIP データベースが使用可能かど ... の例 これは、現在のデータベースのバージョンを文字列で出力します。 <?php if ( geoip_db_avail ( GEOIP_COUNTRY_E ... atabase_info ( GEOIP_COUNTRY_EDITION ); ?> 上の例の出力は以下となります。 GEO-106FREE 20080801 Build 1 Copy ... : データベース , GeoIP , geoip , database , 存在 , 出力 , 関数 , 形式 , エラー , バージョン ...
https://man.plustar.jp/php/function.geoip-db-avail.html - [similar]
TrueColor イメージを新規に作成する 2428
« imagecreatefromxpm imagecrop » PHP Manual GD および Image 関数 TrueColor イメージを新規に作成す ... 例1 新規 GD イメージストリームの作成およびイメージの出力 <?php header ( 'Content-Type: image/png' ); $im = ... imagepng ( $im ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようになります。 参考 imagedestro ... 作成 , 新規 , 画像 , imagecreatetruecolor , height , 出力 , バージョン , オブジェクト , 成功 ...
https://man.plustar.jp/php/function.imagecreatetruecolor.html - [similar]
変数が数字または数値形式の文字列であるかを調べる 2428
« is_null is_object » PHP Manual 変数操作 関数 変数が数字または数値形式の文字列であるかを調べる ... e ) . " is NOT numeric" , PHP_EOL ; } } ?> 上の例の出力は以下となります。 '42' is numeric 1337 is numeric 1 ... NOT numeric" , PHP_EOL ; } } ?> 上の例の PHP 8 での出力は、このようになります。: ' 42' is numeric '42 ' is ... numeric '9001 ' is NOT numeric 上の例の PHP 7 での出力は、このようになります。 ' 42' is numeric '42 ' is N ... numeric , 変数 , 数値 , 形式 , NOT , 数字 , 検査 , 出力 , 関数 , バージョン ...
https://man.plustar.jp/php/function.is-numeric.html - [similar]
PHP が稼動しているオペレーティングシステムに関する情報を返す 2428
« php_sapi_name phpcredits » PHP Manual PHP オプション/情報 関数 PHP が稼動しているオペレーティン ... システムに関する説明を返します。これは、 phpinfo() の出力の先頭に出てくるものと同じです。 単に OS の名前を取得 ... e() の例 <?php echo php_uname (); echo PHP_OS ; /* 出力の例 Linux localhost 2.4.21-0.13mdk #1 Fri Mar 14 15 ... ンターフェイスの型を返す phpinfo() - PHP の設定情報を出力する 関連キーワード: 情報 , オペレーティングシステム ... 定数 , mode , 取得 , バージョン , string , phpinfo , 出力 ...
https://man.plustar.jp/php/function.php-uname.html - [similar]