検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 360 for while (0.583 sec.)
値をジェネレータに送る 4268
« Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::se ... ction printer () { echo "I'm printer!" . PHP_EOL ; while ( true ) { $string = yield; echo $string . PHP_EOL ...
https://man.plustar.jp/php/generator.send.html - [similar]
Call a Lua function 4268
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... sa. Note that Lua typically indexes arrays from 1, while PHP indexes arrays from 0. No adjustment is made f ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
次の結果を取得する 4268
« Memcached::deleteMultiByKey Memcached::fetchAll » PHP Manual Memcached 次の結果を取得する Memc ... m -> getDelayed (array( 'int' , 'array' ), true ); while ( $result = $m -> fetch ()) { var_dump ( $result ) ...
https://man.plustar.jp/php/memcached.fetch.html - [similar]
Encrypt a value 4268
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... r\Exception\EncryptionException if an error occurs while encrypting the value 変更履歴 バージョン 説明 PECL ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]
MySQL 拡張モジュールの概要を示す例 4268
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... r ()); // HTML に結果を出力する echo "<table>\n" ; while ( $line = mysql_fetch_array ( $result , MYSQL_ASSO ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
現在のエントリが配列あるいはオブジェクトであるかどうかを返す 4268
« RecursiveArrayIterator::getChildren RecursiveCachingIterator » PHP Manual RecursiveArrayIterat ... iterator = new RecursiveArrayIterator ( $fruits ); while ( $iterator -> valid ()) { // 子を持つかどうかを調 ...
https://man.plustar.jp/php/recursivearrayiterator.haschildren.html - [similar]
キーワードのリスト 4268
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... () enddeclare endfor endforeach endif endswitch endwhile eval() exit() extends final finally fn (PHP 7.4 以 ... turn static switch throw trait try unset() use var while xor yield yield from * readonly は、関数名として使 ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
イテレータの現在位置を返す 4268
« SplObjectStorage::getInfo SplObjectStorage::next » PHP Manual SplObjectStorage イテレータの現在 ... " ); $s -> attach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key (); $object ...
https://man.plustar.jp/php/splobjectstorage.key.html - [similar]
イテレータの現在のエントリに関連づけるデータを設定する 4268
« SplObjectStorage::serialize SplObjectStorage::unserialize » PHP Manual SplObjectStorage イテレ ... " ); $s -> attach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $s -> setInfo ( "new" ); $s -> ...
https://man.plustar.jp/php/splobjectstorage.setinfo.html - [similar]
Create a new PDF converter 4268
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... most likely has no effect >= 0.1.0 dpi dpi to use while printing 80 >= 0.1.0 pageOffset integer added to p ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]