検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 75 for eof (0.004 sec.)
Basic usage for LuaSandbox 7432
« 例 LuaSandbox » PHP Manual 例 Basic usage for LuaSandbox Basic usage for LuaSandbox Once you'v ... ding callbacks into PHP and into Lua $luaCode = <<<EOF php.output( "Hello, world" ); return "Hi", functio ... n ( v ) return php.frobnosticate( v + 200 ) end EOF; list( $hi , $frob ) = $sandbox -> loadString ( $l ...
https://man.plustar.jp/php/luasandbox.examples-basic.html - [similar]
子要素を数える 7432
« SimpleXMLElement::__construct SimpleXMLElement::getDocNamespaces » PHP Manual SimpleXMLElement ... を返します。 例 例1 子要素の数の取得 <?php $xml = <<<EOF <people> <person name="Person 1"> <child/> <child/ ... d/> <child/> <child/> <child/> </person> </people> EOF; $elem = new SimpleXMLElement ( $xml ); foreach ( ...
https://man.plustar.jp/php/simplexmlelement.count.html - [similar]
OCILob クラス 7363
« OCICollection::trim OCILob::append » PHP Manual OCI8 OCILob クラス OCILob クラス (PHP 5, PHP 7 ... OCILob $from ): bool public close (): bool public eof (): bool public erase ( ? int $offset = null , ? i ... OCILob::close — LOB ディスクリプタを閉じる OCILob::eof — ラージオブジェクトのディスクリプタが EOF かどうか ...
https://man.plustar.jp/php/class.ocilob.html - [similar]
gz ファイルへのポインタから文字を得る 7363
« gzfile gzgets » PHP Manual Zlib 関数 gz ファイルへのポインタから文字を得る gzgetc (PHP 4, PHP ... いる必要があります。 戻り値 非圧縮の文字列、もしくは EOF ( gzeof() とは異なる) の場合に false を返します。 ... p $gz = gzopen ( 'somefile.gz' , 'r' ); while (! gzeof ( $gz )) { echo gzgetc ( $gz ); } gzclose ( $gz ); ... , ファイル , gzgetc , gzopen , gzgets , stream , gzeof , EOF ...
https://man.plustar.jp/php/function.gzgetc.html - [similar]
ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する 7363
« stream_get_line stream_get_transports » PHP Manual ストリーム 関数 ヘッダーあるいはメタデータを ... となります。 stream_set_blocking() を参照ください。 eof (bool) - ストリームが EOF に 達した時 true となりま ... あるかどうかを調べるには、このパラメータではなく、 feof() を使ってください。 unread_bytes (int) - PHP の 内 ... timed_out' => bool(false) 'blocked' => bool(true) 'eof' => bool(false) 'wrapper_data' => array(13) { [0] ... timed_out' => bool(false) 'blocked' => bool(true) 'eof' => bool(false) 'stream_type' => string(14) "tcp_s ...
https://man.plustar.jp/php/function.stream-get-meta-data.html - [similar]
Expect の使用例 6932
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... "exit\n" ); break 2 ; case EXP_TIMEOUT : case EXP_EOF : break 2 ; default: die ( "エラーが発生しました!\ ... n" ); } } break 2 ; case EXP_TIMEOUT : case EXP_EOF : break 2 ; default: die ( "エラーが発生しました!\ ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
Secure Shell2 6863
« AddressInfo はじめに » PHP Manual その他のサービス Secure Shell2 Secure Shell2 はじめに インス ... _scp_send — SCP 経由でファイルを送信する ssh2_send_eof — ストリームに EOF を送信する ssh2_sftp_chmod — フ ...
https://man.plustar.jp/php/book.ssh2.html - [similar]
ファイルポインタから 1 行取得する 6863
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... み出したか、(戻り値に含まれる) 改行文字を検出したか、EOF に達したかのいずれかが起こった時点で終了します。 l ... fp , 4096 )) !== false ) { echo $buffer ; } if (! feof ( $fp )) { echo "Error: unexpected fgets() fail\n" ... 。 注意 : C 言語の fgets() の動作に慣れている人は、 EOF を返す条件の違いについて注意する必要があります。 参 ...
https://man.plustar.jp/php/function.fgets.html - [similar]
SSH2 関数 6863
« 定義済み定数 ssh2_auth_agent » PHP Manual SSH2 SSH2 関数 SSH2 関数 目次 ssh2_auth_agent — SSH ... _scp_send — SCP 経由でファイルを送信する ssh2_send_eof — ストリームに EOF を送信する ssh2_sftp_chmod — フ ...
https://man.plustar.jp/php/ref.ssh2.html - [similar]
Expect 関数 6724
« Expect の使用例 expect_expectl » PHP Manual Expect Expect 関数 Expect 関数 目次 expect_expectl ... ターンに一致する・指定した時間が経過する・ あるいは EOF に達するのいずれかにあてはまるまで待ち続ける expec ...
https://man.plustar.jp/php/ref.expect.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT