検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 360 for while (0.022 sec.)
ストリームラッパーとして登録するクラスの例 4117
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... \n" ); fwrite ( $fp , "line3\n" ); rewind ( $fp ); while (! feof ( $fp )) { echo fgets ( $fp ); } fclose ( ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
for 4037
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
Associates a key with a value 4037
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... example, $map["1"] will attempt to access int(1) , while $map->get("1") will correctly look up the string k ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 4037
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... ("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev -> input -> remove ( $buf , 1024 )) > ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
Constructs EventHttp object(the HTTP server) 4037
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... buffer ...\n" ; $buf = $req -> getInputBuffer (); while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY ) ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
Sets a callback for specified URI 4037
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... buffer ...\n" ; $buf = $req -> getInputBuffer (); while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY ) ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
PUT メソッドのサポート 4037
« 複数ファイルのアップロード 参考 » PHP Manual ファイルアップロードの処理 PUT メソッドのサポート ... タを 1 KB 単位で読み込み、 ファイルに書き込みます */ while ( $data = fread ( $putdata , 1024 )) fwrite ( $fp ...
https://man.plustar.jp/php/features.file-upload.put-method.html - [similar]
リモートファイルの使用 4037
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... echo "<p>Unable to open remote file.\n" ; exit; } while (! feof ( $file )) { $line = fgets ( $file , 1024 ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
COM オブジェクトのイベントを PHP オブジェクトに接続する 4037
« com_create_guid com_get_active_object » PHP Manual COM関数 COM オブジェクトのイベントを PHP オ ... ue ; $ie -> Navigate ( "http://www.example.org" ); while(! $sink -> terminated ) { com_message_pump ( 4000 ...
https://man.plustar.jp/php/function.com-event-sink.html - [similar]
Execute a prepared SQL statement 4037
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... n" , "athlete" , "host_year" , "score" , "unit" ); while ( $row = cubrid_fetch_array ( $history_req , CUBRI ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]