検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 488 for Read (0.033 sec.)
ラージオブジェクトの位置をシークする 3657
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... ET ); // 次の 10000 バイトを読み込む $data = pg_lo_read ( $handle , 10000 ); pg_query ( $database , "commi ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
接続したソケットからデータを受信する 3657
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... cket , $in , strlen ( $in )); echo "OK.\n" ; echo "Reading response:\n\n" ; $buf = 'This is my buffer.' ; ... ( $socket , $buf , 2048 , MSG_WAITALL ))) { echo "Read $bytes bytes from socket_recv(). Closing socket... ... on port '80'...OK. Sending HTTP HEAD request...OK. Reading response: Read 123 bytes from socket_recv(). Cl ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
実行時設定 3657
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... を参照ください)。 0 - コミット制御を使いません。 1 - read uncommitted。ダーティリードの可能性があります。 2 ... - read committed。ダーティリードは発生しません。 3 - repe ... atable read。ダーティリードや非再現リードは発生しません。 4 - s ...
https://man.plustar.jp/php/ibm-db2.configuration.html - [similar]
定義済み定数 3657
« リソース型 PHP LDAP コールの使用法 » PHP Manual LDAP 定義済み定数 定義済み定数 以下の定数が定義 ... ). PHP 7.3.0 以降で利用可能です。 LDAP_CONTROL_PRE_READ ( string ) コントロール定数 - Pre read ( » RFC 452 ... . PHP 7.3.0 以降で利用可能です。 LDAP_CONTROL_POST_READ ( string ) コントロール定数 - Post read ( » RFC 45 ...
https://man.plustar.jp/php/ldap.constants.html - [similar]
PHP 7.2.x で推奨されなくなる機能 3657
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 PHP 7.2.x で ... 変数の情報を取得 するには、デバッガを使うべきです。 read_exif_data() 関数 read_exif_data() 関数は非推奨にな ... りました。 代わりに exif_read_data() 関数を使ってください。 関連キーワード: 関数 ...
https://man.plustar.jp/php/migration72.deprecated.html - [similar]
Philosophy 3657
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... the programmer, and by default. In conventional threading models found in other languages, generally thre ... lusion, condition variables, and other low level threading or synchronization primitives in order to ensur ... he conventional model is inversed, it means that threads only share memory as a result of communication (a ... ample). When parallel passes a variable from one thread to another by any means - Task arguments, return v ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
ストリーム内の特定の場所に移動する 3657
« streamWrapper::stream_read streamWrapper::stream_set_option » PHP Manual streamWrapper ストリー ... 読み込みがデフォルトで有効になっている ( stream_set_read_buffer() も参照ください) ので、シーク操作が単なるバ ...
https://man.plustar.jp/php/streamwrapper.stream-seek.html - [similar]
Zlib 圧縮 3633
« zip_read はじめに » PHP Manual 圧縮およびアーカイブ Zlib 圧縮 Zlib 圧縮 はじめに インストール/ ... データ全部を出力する gzputs — gzwrite のエイリアス gzread — バイナリ対応のgzファイル読み込み gzrewind — gz フ ... ンタルにエンコードされたデータを解凍する inflate_get_read_len — これまでに読み取ったバイト数を得る inflate_g ... t — インクリメンタルな解凍コンテキストを初期化する readgzfile — gz ファイルを出力する zlib_decode — raw/gz ...
https://man.plustar.jp/php/book.zlib.html - [similar]
Get a column using OID 3633
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... entifier. oid OID of the instance that you want to read. attr Name of the attribute that you want to read. ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
アイテムを取得する 3633
« Memcached::flush Memcached::getAllKeys » PHP Manual Memcached アイテムを取得する Memcached::ge ... トークンの使用法は Memcached::cas() を参照ください。 Read-through キャッシュコールバック は cache_cb パラメー ... パラメータ key 取得したいアイテムのキー。 cache_cb Read-through キャッシュコールバック、あるいは null 。 f ...
https://man.plustar.jp/php/memcached.get.html - [similar]