検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 147 for OUT (0.005 sec.)
ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する 5831
« stream_get_line stream_get_transports » PHP Manual ストリーム 関数 ヘッダーあるいはメタデータを ... 戻り値 結果の配列は次のような項目を含みます。 timed_out (bool) - 最後に fread() または fgets() でデータを待 ... たとえば以下のようになります。 array(10) { 'timed_out' => bool(false) 'blocked' => bool(true) 'eof' => b ... ) 'cipher_version' => string(7) "TLSv1.3" } 'timed_out' => bool(false) 'blocked' => bool(true) 'eof' => b ...
https://man.plustar.jp/php/function.stream-get-meta-data.html - [similar]
接続されているかどうかにかかわらず、ソケットにデータを送信する 5831
« stream_socket_recvfrom stream_socket_server » PHP Manual ストリーム 関数 接続されているかどうか ... 組み合わせです。 flags でとりうる値 STREAM_OOB OOB (out-of-band) データを処理します。 address address で別 ... タを送信します */ stream_socket_sendto ( $socket , "Out of Band data." , STREAM_OOB ); /* ソケットを閉じま ...
https://man.plustar.jp/php/function.stream-socket-sendto.html - [similar]
はじめに 5831
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 ... // an integer echo gettype ( $a_bool ); // prints out: boolean echo gettype ( $a_str ); // prints out: s ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
定義済み定数 5831
« 実行時設定 Trader 関数 » PHP Manual Trader 定義済み定数 定義済み定数 以下の定数が定義されていま ... ER_ERR_INPUT_NOT_ALL_INITIALIZE ( int ) TRADER_ERR_OUTPUT_NOT_ALL_INITIALIZE ( int ) TRADER_ERR_OUT_OF_RA ... NGE_START_INDEX ( int ) TRADER_ERR_OUT_OF_RANGE_END_INDEX ( int ) TRADER_ERR_INVALID_LIST ...
https://man.plustar.jp/php/trader.constants.html - [similar]
5784
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... bev -> enable ( Event :: READ | Event :: WRITE ); $output = $bev -> output ; //$bev->getOutput(); if (! $ ... lose\r\n\r\n" )) { exit( "Failed adding request to output buffer\n" ); } if (! $bev -> connectHost ( $dns ... * 2. Request /index.cphp via HTTP/1.0 * using the output buffer. * * 3. Asyncronously read the response ... and print it to stdout. */ // Read callback function readcb ( $bev , $bas ...
https://man.plustar.jp/php/event.examples.html - [similar]
リモートファイルの使用 5725
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... eg_match ( "@\<title\>(.*)\</title\>@i" , $line , $out )) { $title = $out [ 1 ]; break; } } fclose ( $fil ... hp $file = fopen ( "ftp://ftp.example.com/incoming/outputfile" , "w" ); if (! $file ) { echo "<p>Unable t ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
Send a CUBRID query 5725
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... s the returned data. Use cubrid_num_rows() to find out how many rows were returned for a SELECT statement ... or cubrid_affected_rows() to find out how many rows were affected by a DELETE, INSERT, R ... ow cubrid_unbuffered_query() - Perform a query without fetching the results into memory 関連キーワード: q ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
クエリがプリフェッチする行数を設定する 5725
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... を作成します。 CREATE OR REPLACE PROCEDURE myproc(p1 OUT SYS_REFCURSOR) AS BEGIN OPEN p1 FOR SELECT * FROM ... します $stid = oci_parse ( $conn , 'BEGIN myproc(:rc_out); END;' ); $refcur = oci_new_cursor ( $conn ); oci ... _bind_by_name ( $stid , ':rc_out' , $refcur , - 1 , OCI_B_CURSOR ); oci_execute ( $ ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
定義済み定数 5725
« リソース型 IBM DB2 関数 » PHP Manual IBM DB2 定義済み定数 定義済み定数 以下の定数が定義されてい ... ジャの IN パラメータとしてバインドします。 DB2_PARAM_OUT ( int ) PHP 変数を、ストアドプロシージャの OUT パラ ... メータとしてバインドします。 DB2_PARAM_INOUT ( int ) PHP 変数を、ストアドプロシージャの INOUT...
https://man.plustar.jp/php/ibm-db2.constants.html - [similar]
複数ファイルのアップロード 5678
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... ル名が /home/test/review.html および /home/test/xwp.out のファイルが 投稿されたとしましょう。この場合、 $_ ... となり、 $_FILES['userfile']['name'][1] の値が xwp.out となります。 同様に、 $_FILES['userfile']['size'][ ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT