検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 389 for foreach (0.134 sec.)
メッセージをハッシュに追加する 4209
« sodium_crypto_generichash_keygen sodium_crypto_generichash » PHP Manual Sodium 関数 メッセージ ... 16 )]; $state = sodium_crypto_generichash_init (); foreach ( $messages as $message ) { sodium_crypto_generich ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-update.html - [similar]
Returns information about the client and specified connection 4209
« sqlsrv_cancel sqlsrv_close » PHP Manual SQLSRV 関数 Returns information about the client and s ... if( $client_info = sqlsrv_client_info ( $conn )) { foreach( $client_info as $key => $value ) { echo $key . ": ...
https://man.plustar.jp/php/function.sqlsrv-client-info.html - [similar]
関数の引数 4209
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を ... セス <?php function sum (... $numbers ) { $acc = 0 ; foreach ( $numbers as $n ) { $acc += $n ; } return $acc ; ... unit , DateInterval ... $intervals ) { $time = 0 ; foreach ( $intervals as $interval ) { $time += $interval - ... バージョンのPHP) <?php function sum () { $acc = 0 ; foreach ( func_get_args () as $n ) { $acc += $n ; } return ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
pixel iterator の次の行を返す 4209
« ImagickPixelIterator::getIteratorRow ImagickPixelIterator::getPreviousIteratorRow » PHP Manual ... /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { /** @var $pixel ...
https://man.plustar.jp/php/imagickpixeliterator.getnextiteratorrow.html - [similar]
pixel iterator の行を設定する 4209
« ImagickPixelIterator::setIteratorLastRow ImagickPixelIterator::syncIterator » PHP Manual Imagi ... /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $pixel ) { /** @var $pixel \ImagickPi ...
https://man.plustar.jp/php/imagickpixeliterator.setiteratorrow.html - [similar]
基本的な使用法 4209
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... result , null , PGSQL_ASSOC )) { echo "\t<tr>\n" ; foreach ( $line as $col_value ) { echo "\t\t<td> $col_valu ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
サブパスを取得する 4209
« RecursiveDirectoryIterator::getChildren RecursiveDirectoryIterator::getSubPathname » PHP Manua ... rator(new RecursiveDirectoryIterator($directory)); foreach ($it as $file) { echo 'SubPathName: ' . $it->getSu ...
https://man.plustar.jp/php/recursivedirectoryiterator.getsubpath.html - [similar]
サブパスと名前を取得する 4209
« RecursiveDirectoryIterator::getSubPath RecursiveDirectoryIterator::hasChildren » PHP Manual Re ... rator(new RecursiveDirectoryIterator($directory)); foreach ($it as $file) { echo 'SubPathName: ' . $it->getSu ...
https://man.plustar.jp/php/recursivedirectoryiterator.getsubpathname.html - [similar]
現在のエントリのイテレータが取得可能かどうかを返す 4209
« RecursiveRegexIterator::getChildren RecursiveTreeIterator » PHP Manual RecursiveRegexIterator ... ^test/' , RecursiveRegexIterator :: ALL_MATCHES ); foreach ( $rRegexIterator as $value ) { var_dump ( $rRegex ...
https://man.plustar.jp/php/recursiveregexiterator.haschildren.html - [similar]
受け入れ状況を取得する 4209
« RegexIterator RegexIterator::__construct » PHP Manual RegexIterator 受け入れ状況を取得する Reg ... ilter = new RegexIterator ( $names , '/^[B-D]/' ); foreach ( $filter as $name ) { echo $name . PHP_EOL ; } ?> ...
https://man.plustar.jp/php/regexiterator.accept.html - [similar]