検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 488 for Read (0.034 sec.)
MS SQL Server および SQL Azure データベースに接続する 3769
« MS SQL Server (PDO) Oracle (PDO) » PHP Manual MS SQL Server (PDO) MS SQL Server および SQL Azu ... ます。このオプションに指定できる値は PDO::SQLSRV_TXN_READ_UNCOMMITTED、PDO::SQLSRV_TXN_READ_COMMITTED、 PDO: ... :SQLSRV_TXN_REPEATABLE_READ、PDO::SQLSRV_TXN_SNAPSHOT および PDO::SQLSRV_TXN_SE ...
https://man.plustar.jp/php/ref.pdo-sqlsrv.connection.html - [similar]
ドキュメントを XSD で検証する 3769
« XMLReader::setRelaxNGSchemaSource XMLReader::XML » PHP Manual XMLReader ドキュメントを XSD で検 ... 証する XMLReader::setSchema (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLRea ... ema — ドキュメントを XSD で検証する 説明 public XMLReader::setSchema ( ? string $filename ): bool W3C XSD ... を用いて、処理中のドキュメントを検証します。 最初の Read() の前にのみ実行可能です。 パラメータ filename XSD ... 、 スキーマにエラーが存在する場合、 あるいは既に XMLReader::read() がコールされた後である場合に E_WARNING を ...
https://man.plustar.jp/php/xmlreader.setschema.html - [similar]
The EventDnsBase class 3737
« EventConfig::setMaxDispatchInterval EventDnsBase::addNameserverIp » PHP Manual Event The Event ... 定義済み定数 EventDnsBase::OPTION_SEARCH Tells to read the domain and search fields from the resolv.conf ... PTION_MISC EventDnsBase::OPTION_HOSTSFILE Tells to read a list of hosts from /etc/hosts as part of loading ...
https://man.plustar.jp/php/class.eventdnsbase.html - [similar]
Creates new connection listener associated with an event base 3737
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... og ; if it is zero, Event assumes that listen is already called on the socket( target ) target May be stri ... $this -> bev -> setCallbacks (array( $this , "echoReadCallback" ), NULL , array( $this , "echoEventCallba ... ), NULL ); if (! $this -> bev -> enable ( Event :: READ )) { echo "Failed to enable READ\n" ; return; } } ... public function echoReadCallback ( $bev , $ctx ) { // Copy all the data fro ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
Create a glo instance 3737
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... ed file in a GLO instance cubrid_load_from_glo() - Read data from a GLO instance and save it in a file cub ... rid_send_glo() - Read data from glo and send it to std output 関連キーワ ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
Save requested file in a GLO instance 3737
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... ) - Create a glo instance cubrid_load_from_glo() - Read data from a GLO instance and save it in a file cub ... rid_send_glo() - Read data from glo and send it to std output 関連キーワ ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
インストールされたハンドラを削除し、端末の設定をもとに戻す 3737
« readline_callback_handler_install readline_callback_read_char » PHP Manual Readline 関数 インス ... トールされたハンドラを削除し、端末の設定をもとに戻す readline_callback_handler_remove (PHP 5 >= 5.1.0, PHP 7 ... , PHP 8) readline_callback_handler_remove — インストールされたハ ... ンドラを削除し、端末の設定をもとに戻す 説明 readline_callback_handler_remove (): bool インストールさ ... ンドラが見つからなかった場合に false を返します。 例 readline コールバックインターフェイスの使用方法について ...
https://man.plustar.jp/php/function.readline-callback-handler-remove.html - [similar]
ディレクトリエントリの圧縮時のサイズを取得する 3737
« zip_entry_close zip_entry_compressionmethod » PHP Manual Zip 関数 ディレクトリエントリの圧縮時 ... 縮時のサイズを取得します。 パラメータ zip_entry zip_read() により返されたディレクトリのエントリ 戻り値 圧縮 ... _open() - Zip ファイルアーカイブをオープンする zip_read() - Zip ファイルアーカイブの中の次のエントリを読み ...
https://man.plustar.jp/php/function.zip-entry-compressedsize.html - [similar]
Memory management 3737
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... released, how memory is allocated in chunks while reading results from MySQL, which debug and development ... options exist, and how results read from MySQL are linked to PHP user variables. The f ... ust not be modified because the user may decide to read the result set a second time. The copy-on-write me ... nters. Copy-on-write must also be done if the user reads a result set into PHP variables and frees a resul ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
ファイルから行を取り出し CSV フィールドとして処理する 3737
« SplFileObject::fgetc SplFileObject::fgets » PHP Manual SplFileObject ファイルから行を取り出し ... mp ( $file -> fgetcsv ()); } ?> 例2 SplFileObject::READ_CSV の例 <?php $file = new SplFileObject ( "animal ... s.csv" ); $file -> setFlags ( SplFileObject :: READ_CSV ); foreach ( $file as $row ) { list( $animal , ... SplFileObject のフラグをセットする SplFileObject::READ_CSV SplFileObject::current() - ファイルの現在の行を ...
https://man.plustar.jp/php/splfileobject.fgetcsv.html - [similar]