検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 488 for read (0.067 sec.)
定義済み定数 4065
« リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま ... tion, see » How to: Specify SQL Types . SQLSRV_TXN_READ_UNCOMMITTED ( int ) Indicates a transaction isolat ... ion level of READ UNCOMMITTED. This value is used to set the Transac ... ions array passed to sqlsrv_connect() . SQLSRV_TXN_READ_COMMITTED ( int ) Indicates a transaction isolatio ... n level of READ COMMITTED. This value is used to set the Transacti ...
https://man.plustar.jp/php/sqlsrv.constants.html - [similar]
ファイルポインタが終端にあるかどうかを調べる 4065
« streamWrapper::stream_close streamWrapper::stream_flush » PHP Manual streamWrapper ファイルポイ ... 読み込む場合、PHP はループ内で streamWrapper::stream_read() をコールしてから streamWrapper::stream_eof() をコ ... ールします。 しかし、 streamWrapper::stream_read() が空でない文字列を返す限りは streamWrapper::stre ... ポインタ , ファイル , eof , コール , パラメータ , read , feof ...
https://man.plustar.jp/php/streamwrapper.stream-eof.html - [similar]
SessionHandler クラス 4033
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... セッション保存ハンドラコールバック ( open , close , read , write , destroy , gc および create_sid ) に対応し ... りできるようになります。 これを利用すると、たとえば read と write メソッドに処理を割り込ませ、セッションデー ... open ( string $path , string $name ): bool public read ( string $id ): string | false public write ( stri ... ( $key ) { $this -> key = $key ; } public function read ( $id ) { $data = parent :: read ( $id ); if (! $d ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
ディレクトリエントリの圧縮方法を取得する 4033
« zip_entry_compressedsize zip_entry_filesize » PHP Manual Zip 関数 ディレクトリエントリの圧縮方 ... トリの 圧縮方法を返します。 パラメータ zip_entry zip_read() により返されたディレクトリのエントリ 戻り値 圧縮 ... _open() - Zip ファイルアーカイブをオープンする zip_read() - Zip ファイルアーカイブの中の次のエントリを読み ... , entry , 取得 , 関数 , 推奨 , compressionmethod , read ...
https://man.plustar.jp/php/function.zip-entry-compressionmethod.html - [similar]
ディレクトリエントリの名前を取得する 4033
« zip_entry_filesize zip_entry_open » PHP Manual Zip 関数 ディレクトリエントリの名前を取得する z ... エントリの名前を返します。 パラメータ zip_entry zip_read() により返されたディレクトリエントリ 戻り値 ディレ ... _open() - Zip ファイルアーカイブをオープンする zip_read() - Zip ファイルアーカイブの中の次のエントリを読み ... , 取得 , entry , 関数 , 推奨 , アーカイブ , open , read ...
https://man.plustar.jp/php/function.zip-entry-name.html - [similar]
LDAP コントロール 4033
« PHP LDAP コールの使用法 例 » PHP Manual LDAP LDAP コントロール LDAP コントロール コントロールは ... k identifier for a directory server $result = ldap_read ( $ds , '' , '(objectClass=*)' , [ 'supportedContr ... ER 期待されるキーは filter です。 LDAP_CONTROL_PRE_READ 期待されるキーは attrs です。 LDAP_CONTROL_POST_RE ... LTS size, cookie がキーになります LDAP_CONTROL_PRE_READ dn と LDAP の属性名がキーになります。 LDAP_CONTROL ... _POST_READ dn と LDAP の属性名がキーになります。 LDAP_CONTROL ...
https://man.plustar.jp/php/ldap.controls.html - [similar]
Destory a Swoole memory lock. 4033
« Swoole\Lock::__construct Swoole\Lock::lock_read » PHP Manual Swoole\Lock Destory a Swoole memo ... Lock , destruct , パラメータ , construct , lock , read , swoole ...
https://man.plustar.jp/php/swoole-lock.destruct.html - [similar]
Write and push data into the message queue. 4033
« Swoole\Process::pop Swoole\Process::read » PHP Manual Swoole\Process Write and push data into ... ta , into , queue , Swoole , Process , the , pop , read , swoole , public ...
https://man.plustar.jp/php/swoole-process.push.html - [similar]
SplFileObject クラス 4009
« SplFileInfo::__toString SplFileObject::__construct » PHP Manual ファイル操作 SplFileObject クラ ... /* 定数 */ const int DROP_NEW_LINE = 1 ; const int READ_AHEAD = 2 ; const int SKIP_EMPTY = 4 ; const int R ... = "\\" , string $eol = "\n" ): int | false public fread ( int $length ): string | false public fscanf ( st ... SplFileInfo::isLink (): bool public SplFileInfo::isReadable (): bool public SplFileInfo::isWritable (): bo ... W_LINE 行末の改行を読み飛ばします。 SplFileObject::READ_AHEAD 先読み/巻き戻しで読み出します。 SplFileObjec ...
https://man.plustar.jp/php/class.splfileobject.html - [similar]
指定したストリームのファイル読み込みバッファリングを有効にする 4009
« stream_set_chunk_size stream_set_timeout » PHP Manual ストリーム 関数 指定したストリームのファ ... イル読み込みバッファリングを有効にする stream_set_read_buffer (PHP 5 >= 5.3.3, PHP 7, PHP 8) stream_set_r ... ル読み込みバッファリングを有効にする 説明 stream_set_read_buffer ( resource $stream , int $size ): int 読み込 ... み込み操作はバッファされなくなります。 これにより、 fread() による読み込み操作が完了するまでは 他のプロセスが ...
https://man.plustar.jp/php/function.stream-set-read-buffer.html - [similar]