検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 668 for 最初 (0.056 sec.)
例外(exceptions) 3238
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions ... は必須です) スローされた例外またはエラーにマッチする最初の catch ブロックが、そのオブジェクトを処理します。 ... られた場合、その命令に続くコードは実行されず、 PHP は最初にマッチする catch ブロックを探します。 例外が捕捉さ ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
Phar アーカイブの PHP ローダーあるいは起動スタブを返す 3238
« Phar::getSignature Phar::getSupportedCompression » PHP Manual Phar Phar アーカイブの PHP ローダ ... かれており、 そのアーカイブを PHP から実行したときに最初に実行されます。 たとえば次のようにインクルードしたり ...
https://man.plustar.jp/php/phar.getstub.html - [similar]
プロパティのドキュメントコメントを取得する 3238
« ReflectionProperty::getDefaultValue ReflectionProperty::getModifiers » PHP Manual ReflectionPr ... メントの後に行われている場合、 ドキュメントコメントは最初のプロパティのみを参照します。 <?php class Foo { /** ...
https://man.plustar.jp/php/reflectionproperty.getdoccomment.html - [similar]
データベースのデザイン 3238
« データベースのセキュリティ データベースへの接続 » PHP Manual データベースのセキュリティ データ ... イン 他人が用意した既存のものを使用するのでない限り、最初に行うのはデータベースの作成です。 データベースが作成 ...
https://man.plustar.jp/php/security.database.design.html - [similar]
現在のストレージの要素を返す 3238
« SplObjectStorage::count SplObjectStorage::detach » PHP Manual SplObjectStorage 現在のストレージ ... lObjectStorage::rewind() - イテレータをストレージの最初の要素に巻き戻す SplObjectStorage::key() - イテレータ ...
https://man.plustar.jp/php/splobjectstorage.current.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 3238
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在 ... lObjectStorage::rewind() - イテレータをストレージの最初の要素に巻き戻す SplObjectStorage::key() - イテレータ ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
SQL のスカラー関数として使用する PHP 関数を登録する 3238
« SQLite3::createCollation SQLite3::enableExceptions » PHP Manual SQLite3 SQL のスカラー関数とし ... mixed ...$values ): mixed value SQL 関数に渡される最初の引数 values SQL 関数に渡されるふたつめ以降の引数 a ...
https://man.plustar.jp/php/sqlite3.createfunction.html - [similar]
属性全体を書き込む 3238
« XMLWriter::text XMLWriter::writeAttributeNs » PHP Manual XMLWriter 属性全体を書き込む XMLWrite ... 子要素と属性を混在させる 子要素と属性が混在した場合、最初の子要素より後に属性を書き込もうとしても失敗し、 fal ...
https://man.plustar.jp/php/xmlwriter.writeattribute.html - [similar]
定義済み定数 3195
« リソース型 配列のソート » PHP Manual 配列 定義済み定数 定義済み定数 以下の定数は、PHP コアに含 ... _filter() で使うもので、 各キーをコールバック関数の最初の引数として渡すよう指示します。 ARRAY_FILTER_USE_BO ...
https://man.plustar.jp/php/array.constants.html - [similar]
配列のソート 3195
« 定義済み定数 配列 関数 » PHP Manual 配列 配列のソート 配列のソート PHP には配列をソートする関数 ... がキーの場合は維持し、数値添字配列の場合は維持しない 最初の配列、あるいはソートオプション array_walk() asort( ...
https://man.plustar.jp/php/array.sorting.html - [similar]