検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 389 for foreach (0.051 sec.)
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 4044
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... ues = array(); // 書式を評価してエラーを抑制します foreach( $strftimeFormats as $format => $description ){ if ... n' , $strftimeValues )); // 既知の書式を表示します foreach( $strftimeValues as $format => $value ){ echo "Kno ... ts [ $format ]} )\n" ; } // 未知の書式を表示します foreach( array_diff_key ( $strftimeFormats , $strftimeValu ...
https://man.plustar.jp/php/function.strftime.html - [similar]
拡張属性を削除する 4044
« xattr_list xattr_set » PHP Manual xattr 関数 拡張属性を削除する xattr_remove (PECL xattr >= 0. ... 'some_file' ; $attributes = xattr_list ( $file ); foreach ( $attributes as $attr_name ) { xattr_remove ( $fi ...
https://man.plustar.jp/php/function.xattr-remove.html - [similar]
glob を使うディレクトリを作成する 4044
« GlobIterator GlobIterator::count » PHP Manual GlobIterator glob を使うディレクトリを作成する G ... "Matched %d item(s)\r\n" , $iterator -> count ()); foreach ( $iterator as $item ) { printf ( "[%d] %s\r\n" , ...
https://man.plustar.jp/php/globiterator.construct.html - [similar]
画像の ticks-per-second を設定する 4044
« Imagick::setImageScene Imagick::setImageType » PHP Manual Imagick 画像の ticks-per-second を設 ... $imagick -> getNumberImages (); $frameCount = 0 ; foreach ( $imagick as $frame ) { $imagick -> setImageTicks ...
https://man.plustar.jp/php/imagick.setimagetickspersecond.html - [similar]
テキストによる注記を行う際に使用するフォントの伸縮を設定する 4044
« ImagickDraw::setFontSize ImagickDraw::setFontStyle » PHP Manual ImagickDraw テキストによる注記 ... PANDED , \ Imagick :: STRETCH_ANY ]; $offset = 0 ; foreach ( $fontStretchTypes as $fontStretch ) { $draw -> s ...
https://man.plustar.jp/php/imagickdraw.setfontstretch.html - [similar]
はじめに 4044
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... th parallel\Events::setInput() , and enters into a foreach: parallel will read from and write to objects as t ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
4044
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... TML の select ボックスで使うことができます。 <?php foreach ( UserStatus :: cases () as $case ) { printf ( '<o ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
新しい MultipleIterator を作成する 4044
« MultipleIterator::attachIterator MultipleIterator::containsIterator » PHP Manual MultipleItera ... n' ); $team -> attachIterator ( $roles , 'role' ); foreach ( $team as $member ) { print_r ( $member ); } ?> $ ...
https://man.plustar.jp/php/multipleiterator.construct.html - [similar]
ColumnResult のコンストラクタ 4044
« mysql_xdevapi\ColumnResult ColumnResult::getCharacterSetName » PHP Manual mysql_xdevapi\Column ... sult objects $columns = $result1 -> getColumns (); foreach ( $columns as $column ) { echo "\nColumn label " , ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.construct.html - [similar]
データベース接続の属性を取得する 4044
« PDO::exec PDO::getAvailableDrivers » PHP Manual PDO データベース接続の属性を取得する PDO::getA ... , "SERVER_INFO" , "SERVER_VERSION" , "TIMEOUT" ); foreach ( $attributes as $val ) { echo "PDO::ATTR_ $val : ...
https://man.plustar.jp/php/pdo.getattribute.html - [similar]