検索

phrase: max: clip:
target: order:
Results of 581 - 590 of about 1070 for Dump (0.039 sec.)
画像で使用する色を透過度を指定して作成する 2724
« imagecolorallocate imagecolorat » PHP Manual GD および Image 関数 画像で使用する色を透過度を指 ... れば十分です: <?php $alpha8 = 0 ; // 完全に透過 var_dump ( 127 - ( $alpha8 >> 1 )); $alpha8 = 255 ; // 完全 ... に不透明 var_dump ( 127 - ( $alpha8 >> 1 )); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.imagecolorallocatealpha.html - [similar]
直近に発生したエラーを返す 2724
« json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP ... encode ( $text ); $error = json_last_error (); var_dump ( $json , $error === JSON_ERROR_UTF8 ); ?> 上の例の ... 態は、直前の json_encode() によって変更されない var_dump ( json_last_error () === JSON_ERROR_UTF8 ); ?> 上の ...
https://man.plustar.jp/php/function.json-last-error.html - [similar]
拡張されたオペレーションを実行する 2724
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... t: string(31) "dn:cn=root, o=My Company, c=US" var_dump ( $retdata ); // Same thing using $retdata paramet ... NULL , $retdata , $retoid ); if ( $success ) { var_dump ( $retdata ); } ldap_close ( $ds ); } else { echo ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
ファイルパスに関する情報を返す 2724
« parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す path ... _parts = pathinfo ( '/path/emptyextension.' ); var_dump ( $path_parts [ 'extension' ]); $path_parts = path ... info ( '/path/noextension' ); var_dump ( $path_parts [ 'extension' ]); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/function.pathinfo.html - [similar]
Get SeasLog author. 2724
« Seaslog 関数 seaslog_get_version » PHP Manual Seaslog 関数 Get SeasLog author. seaslog_get_aut ... ing. 例 例1 seaslog_get_author() example <?php var_dump ( seaslog_get_author ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/function.seaslog-get-author.html - [similar]
Get SeasLog version. 2724
« seaslog_get_author SeasLog » PHP Manual Seaslog 関数 Get SeasLog version. seaslog_get_version ... ng. 例 例1 seaslog_get_version() example <?php var_dump ( seaslog_get_version ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/function.seaslog-get-version.html - [similar]
Gets the current stomp extension version 2724
« stomp_connect_error Stomp » PHP Manual Stomp 関数 Gets the current stomp extension version sto ... n version 例 例1 stomp_version() example <?php var_dump ( stomp_version ()); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/function.stomp-version.html - [similar]
Create a new Command 2724
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... e ) { echo $e -> getMessage (), "\n" ; exit; } var_dump ( $response ); ?> 上の例の出力は、 たとえば以下のよ ... e ) { echo $e -> getMessage (), "\n" ; exit; } var_dump ( $response ); ?> 上の例の出力は、 たとえば以下のよ ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
ストアドプロシージャ 2724
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... = $mysqli -> query ( "SELECT id FROM test" ); var_dump ( $result -> fetch_assoc ()); 上の例の出力は以下と ... sqli -> store_result ()) { printf ( "---\n" ); var_dump ( $result -> fetch_all ()); $result -> free (); } ... $stmt -> get_result ()) { printf ( "---\n" ); var_dump ( $result -> fetch_all ()); $result -> free (); } ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
The MySQLi Extension Function Summary 2724
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... _debug() N/A Performs debugging operations mysqli::dump_debug_info() mysqli_dump_debug_info() N/A Dump deb ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]