検索

phrase: max: clip:
target: order:
Results of 901 - 910 of about 2650 for 上の (0.145 sec.)
TableUpdate クラス 2061
« TableSelect::where TableUpdate::bind » PHP Manual Mysql_xdevapi TableUpdate クラス TableUpdate ... ラス (PECL mysql-xdevapi >= 8.0.11) はじめに テーブル上のレコードを更新する操作を行うステートメントです。 クラ ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableupdate.html - [similar]
PharData クラス 2061
« Phar::webPhar PharData::addEmptyDir » PHP Manual Phar PharData クラス PharData クラス (PHP 5 > ... カイブに追加する PharData::addFile — ファイルシステム上のファイルを tar/zip アーカイブに追加する PharData::ad ... dFromString — ファイルシステム上のファイルを tar/zip アーカイブに追加する PharData::bu ...
https://man.plustar.jp/php/class.phardata.html - [similar]
WeakReference クラス 2061
« Fiber::getCurrent WeakReference::__construct » PHP Manual 定義済みのインターフェイスとクラス W ... unset( $obj ); var_dump ( $weakref -> get ()); ?> 上の例の出力は、 たとえば以下のようになります。 object(s ...
https://man.plustar.jp/php/class.weakreference.html - [similar]
クロージャを束縛して呼び出す 2061
« Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closur ... ( $three , 4 ); $closure -> call ( $four , 4 ); ?> 上の例の出力は以下となります。 int(7) int(8) 関連キーワー ...
https://man.plustar.jp/php/closure.call.html - [similar]
オブジェクトの要素数を数える 2061
« Countable OuterIterator » PHP Manual Countable オブジェクトの要素数を数える Countable::count ( ... unt()ed " . count ( $counter ) . " times\n" ; } ?> 上の例の出力は、 たとえば以下のようになります。 I have b ...
https://man.plustar.jp/php/countable.count.html - [similar]
タイムゾーンの位置情報を返す 2061
« DateTimeZone::__construct DateTimeZone::getName » PHP Manual DateTimeZone タイムゾーンの位置情 ... ()); print_r ( timezone_location_get ( $tz )); ?> 上の例の出力は以下となります。 Array ( [country_code] => ...
https://man.plustar.jp/php/datetimezone.getlocation.html - [similar]
現在の DirectoryIterator アイテムを返す 2061
« DirectoryIterator::__construct DirectoryIterator::getATime » PHP Manual DirectoryIterator 現在 ... getFilename () . "\n" ; $iterator -> next (); } ?> 上の例の出力は、 たとえば以下のようになります。 0 => . 1 ...
https://man.plustar.jp/php/directoryiterator.current.html - [similar]
ファイルの拡張子を取得する 2061
« DirectoryIterator::getCTime DirectoryIterator::getFilename » PHP Manual DirectoryIterator ファ ... echo $fileinfo -> getExtension () . "\n" ; } } ?> 上の例の出力は、 たとえば以下のようになります。 php txt ...
https://man.plustar.jp/php/directoryiterator.getextension.html - [similar]
現在の DirectoryIterator アイテムのファイル名を返す 2061
« DirectoryIterator::getExtension DirectoryIterator::getGroup » PHP Manual DirectoryIterator 現在 ... ) { echo $fileinfo -> getFilename () . "\n" ; } ?> 上の例の出力は、 たとえば以下のようになります。 . .. app ...
https://man.plustar.jp/php/directoryiterator.getfilename.html - [similar]
現在の Iterator アイテムのパスをファイル名抜きで返す 2061
« DirectoryIterator::getOwner DirectoryIterator::getPathname » PHP Manual DirectoryIterator 現在 ... me ( __FILE__ )); echo $iterator -> getPath (); ?> 上の例の出力は、 たとえば以下のようになります。 /home/ex ...
https://man.plustar.jp/php/directoryiterator.getpath.html - [similar]