検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 147 for OUT (0.003 sec.)
定義済み定数 6419
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... nt ) MSG_WAITALL ( int ) MSG_PEEK ( int ) MSG_DONTROUTE ( int ) MSG_EOR ( int ) Windows プラットフォームで ... は対応していません。 SO_KEEPALIVE ( int ) SO_DONTROUTE ( int ) SO_LINGER ( int ) SO_BROADCAST ( int ) SO ... nd after transport endpoint shutdown. SOCKET_ETIMEDOUT ( int ) Connection timed out. SOCKET_ECONNREFUSED ... nt ) Host is down. SOCKET_EHOSTUNREACH ( int ) No route to host. SOCKET_EALREADY ( int ) Operation alread ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
ストリームにタイムアウトを設定する 6372
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... アウトを設定する stream_set_timeout (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_set_t ... imeout — ストリームにタイムアウトを設定する 説明 stream_s ... et_timeout ( resource $stream , int $seconds , int $microseco ... は、 stream_get_meta_data() が返す配列のキー 'timed_out' の値が true に設定されます。エラーや警告が発生して ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
Returns the minimum candidate epochs 6313
« fann_get_cascade_max_out_epochs fann_get_cascade_min_out_epochs » PHP Manual Fann 関数 Returns ...
https://man.plustar.jp/php/function.fann-get-cascade-min-cand-epochs.html - [similar]
Sets the min candidate epochs 6266
« fann_set_cascade_max_out_epochs fann_set_cascade_min_out_epochs » PHP Manual Fann 関数 Sets th ...
https://man.plustar.jp/php/function.fann-set-cascade-min-cand-epochs.html - [similar]
ユーザー定義のストリームフィルタを登録する 6266
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... extends php_user_filter { function filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = str ... ed += $bucket -> datalen ; stream_bucket_append ( $out , $bucket ); } return PSFS_PASS_ON ; } } /* PHP に ... user_filter { var $mode ; function filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = str ... ed += $bucket -> datalen ; stream_bucket_append ( $out , $bucket ); } return PSFS_PASS_ON ; } function on ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
ドット表記の (IPv4) IP アドレスを、長整数表現に変換する 6207
« inet_pton long2ip » PHP Manual ネットワーク 関数 ドット表記の (IPv4) IP アドレスを、長整数表現 ... <?php $ip = gethostbyname ( 'www.example.com' ); $out = "以下の URL は同じ意味です:<br />\n" ; $out .= ' ... tf ( "%u" , ip2long ( $ip )) . "/<br />\n" ; echo $out ; ?> 例2 IP アドレスの表示 2 番目の例は、変換された ...
https://man.plustar.jp/php/function.ip2long.html - [similar]
インターネット接続もしくは Unix ドメインソケット接続をオープンする 6160
« dns_get_record gethostbyaddr » PHP Manual ネットワーク 関数 インターネット接続もしくは Unix ド ... ull , string &$error_message = null , ? float $timeout = null ): resource | false hostname で指定したリソ ... 。 error_message エラーメッセージを表す文字列。 timeout 接続タイムアウト秒数。 null の場合は、 php.ini の ... default_socket_timeout 設定を使います。 注意 : ソケット経由でデータを読み ... アウトを設定する必要がある場合、 fsockopen() の timeout パラメータは、 ソケットに接続する間にだけ適用される ...
https://man.plustar.jp/php/function.fsockopen.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 6101
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ースに渡す値に使う IN 変数と PHP に返される値に使う OUT 変数のふたつに大別できます。 バインド変数は IN ある ... いは OUT のどちらかの形式になります。バインド変数を入力用に ... 使うか出力用に使うかは、 実行時に決まります。 OUT 変数を使う場合は max_length を指定しなければなりま ... on requested" のような予期せぬエラーが発生します。 OUT 変数の場合は、PHP の変数に何も値が格納されないとい ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
データベース上でクエリを実行する 6101
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... コードが存在する限り、 接続はビジーとなり、 Commands out of sync エラーを返します。 このエラーを回避するには ... うあらゆる関数は実行できません。あらゆる呼び出しは 'out of sync' を返します */ $mysqli -> query ( "SET @a: ... うあらゆる関数は実行できません。あらゆる呼び出しは 'out of sync' を返します */ mysqli_query ( $link , "SET ... tal error: Uncaught mysqli_sql_exception: Commands out of sync; you can't run this command now in... 参考 ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
プリペアドステートメント 6054
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... 1" ); $stmt -> execute (); $stmt -> bind_result ( $out_id , $out_label ); while ( $stmt -> fetch ()) { pr ... intf ( "id = %s (%s), label = %s (%s)\n" , $out_id , gettype ( $out_id ), $out_label , gettype ( $ ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT