検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 163 for errno (0.078 sec.)
bzip2 エラー番号とエラー文字列を配列で返す 5537
« bzerrno bzerrstr » PHP Manual Bzip2 関数 bzip2 エラー番号とエラー文字列を配列で返す bzerror (P ... ンされたファイルを指してい る必要があります。 戻り値 errno エントリにエラーコード、 errstr エントリにエラーメ ... の例 <?php $error = bzerror ( $bz ); echo $error [ "errno" ]; echo $error [ "errstr" ]; ?> 参考 bzerrno() - ... ーワード: エラー , bzip , 番号 , 配列 , bzerror , bzerrno , bzerrstr , bz , ポインタ , エントリ ...
https://man.plustar.jp/php/function.bzerror.html - [similar]
インターネット接続もしくは Unix ドメインソケット接続をオープンする 5537
« dns_get_record gethostbyaddr » PHP Manual ネットワーク 関数 インターネット接続もしくは Unix ド ... <?php $fp = fsockopen ( "www.example.com" , 80 , $errno , $errstr , 30 ); if (! $fp ) { echo " $errstr ( $ ... <?php $fp = fsockopen ( "udp://127.0.0.1" , 13 , $errno , $errstr ); if (! $fp ) { echo "ERROR: $errno - $ ...
https://man.plustar.jp/php/function.fsockopen.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 5537
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... t = stream_socket_server ( "tcp://0.0.0.0:8000" , $errno , $errstr ); if (! $socket ) { echo " $errstr ( $e ... = stream_socket_server ( "udp://127.0.0.1:1113" , $errno , $errstr , STREAM_SERVER_BIND ); if (! $socket ) ... { die( " $errstr ( $errno )" ); } do { $pkt = stream_socket_recvfrom ( $sock ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]
ステートメントの結果セットの任意の行に移動する 5537
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
直近のステートメントのエラー内容を文字列で返す 5537
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... 'world.myCountry' doesn't exist. 参考 mysqli_stmt_errno() - 直近のステートメントのコールに関するエラーコー ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
インターネットドメインまたは Unix ドメインのソケット接続を開く 5446
« stream_socket_accept stream_socket_enable_crypto » PHP Manual ストリーム 関数 インターネットド ... ream_socket_client ( "tcp://www.example.com:80" , $errno , $errstr , 30 ); if (! $fp ) { echo " $errstr ( $ ... p = stream_socket_client ( "udp://127.0.0.1:13" , $errno , $errstr ); if (! $fp ) { echo "ERROR: $errno - $ ...
https://man.plustar.jp/php/function.stream-socket-client.html - [similar]
定義済み定数 5446
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... , an event is hit that would have blocked. GEARMAN_ERRNO ( int ) A system error. Check GearmanClient::errno ... () or GearmanWorker::errno() for the system error code that was returned. GEA ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 5446
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... re() - 実行するための SQL文 を準備する mysqli_stmt_errno() - 直近のステートメントのコールに関するエラーコー ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
直前のステートメントの操作での SQLSTATE エラーを返す 5446
« mysqli_stmt::send_long_data mysqli_stmt::store_result » PHP Manual mysqli_stmt 直前のステートメ ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_con ... (一般的なエラー)が返されます。 参考 mysqli_stmt_errno() - 直近のステートメントのコールに関するエラーコー ...
https://man.plustar.jp/php/mysqli-stmt.sqlstate.html - [similar]
Swoole 関数 5446
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... rror swoole_cpu_num — Get the number of CPU swoole_errno — Get the error code of the latest system call swo ... Set the process name swoole_strerror — Convert the Errno into error messages swoole_timer_after — Trigger a ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT