検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 252 for exit (0.012 sec.)
Makes an HTTP request over the specified connection 4571
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... :: EOL_ANY )) { echo $s , PHP_EOL ; } } } $base -> exit ( NULL ); } $address = "127.0.0.1" ; $port = 80 ; ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
PHP による HTTP 認証 4571
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... キャンセルボタンを押した時に送信されるテキスト\n" ; exit; } else { echo "<p>こんにちは、 { $_SERVER [ 'PHP_ ... グインIDとパスワードを入力する必要があります。\n" ; exit; } if (!isset( $_SERVER [ 'PHP_AUTH_USER' ]) || ( ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 4571
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... { echo 'Error: Unable to open image for reading' ; exit; } // Attempt to read the exif headers $headers = ... rs ) { echo 'Error: Unable to read exif headers' ; exit; } // Print the 'COMPUTED' headers echo 'EXIF Head ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]
ある拡張機能がロードされているかどうかを調べる 4571
« dl gc_collect_cycles » PHP Manual PHP オプション/情報 関数 ある拡張機能がロードされているかどう ... tension_loaded ( 'gd' )) { if (! dl ( 'gd.so' )) { exit; } } ?> 参考 get_loaded_extensions() - コンパイル/ ...
https://man.plustar.jp/php/function.extension-loaded.html - [similar]
結果における各出力の長さを得る 4571
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る my ... ) { echo 'Could not run query: ' . mysql_error (); exit; } $row = mysql_fetch_assoc ( $result ); $lengths ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
指定したフィールドの長さを返す 4571
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysq ... ) { echo 'Could not run query: ' . mysql_error (); exit; } // データベーススキーマで定義されている、id フィ ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
結果におけるフィールドの数を得る 4571
« mysql_list_tables mysql_num_rows » PHP Manual MySQL 関数 結果におけるフィールドの数を得る mysq ... ) { echo 'Could not run query: ' . mysql_error (); exit; } /* id,email の 2 つのフィールドがあるので、2 を ...
https://man.plustar.jp/php/function.mysql-num-fields.html - [similar]
接続に関連するホスト名を返す 4571
« pg_get_result pg_insert » PHP Manual PostgreSQL 関数 接続に関連するホスト名を返す pg_host (PHP ... n" ; } else { print pg_last_error ( $pgsql_conn ); exit; } ?> 参考 pg_connect() - PostgreSQL 接続をオープン ...
https://man.plustar.jp/php/function.pg-host.html - [similar]
データベース接続を調べる 4571
« pg_pconnect pg_port » PHP Manual PostgreSQL 関数 データベース接続を調べる pg_ping (PHP 4 >= 4. ... if (! $conn ) { echo "エラーが発生しました。\n" ; exit; } if (! pg_ping ( $conn )) die( "接続は壊れていま ...
https://man.plustar.jp/php/function.pg-ping.html - [similar]
接続に関する TTY 名を返す 4571
« pg_transaction_status pg_unescape_bytea » PHP Manual PostgreSQL 関数 接続に関する TTY 名を返す ... n" ; } else { print pg_last_error ( $pgsql_conn ); exit; } ?> 関連キーワード: 接続 , connection , Connecti ...
https://man.plustar.jp/php/function.pg-tty.html - [similar]