検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 668 for 最初 (0.139 sec.)
言明 3316
« 後方参照 再試行無しのサブパターン » PHP Manual PCRE 正規表現構文 言明 言明 言明 (assertion) と ... のようになります。 (?<=\d{3}...)(?<!999)foo この時、最初の言明は、先行する 6 つの文字を探し、 最初の 3 文字が ...
https://man.plustar.jp/php/regexp.reference.assertions.html - [similar]
再試行無しのサブパターン 3316
« 言明 条件付きサブパターン » PHP Manual PCRE 正規表現構文 再試行無しのサブパターン 再試行無しの ... 後再評価されないよう指定することができます。つまり、最初に "foo" とのマッチに失敗した時点で、ただちにマッチン ... ンを ^.*abcd$ のように少し変更してみます。 この場合、最初の .* は、まず文字列全体にマッチします。 ("a" がその ...
https://man.plustar.jp/php/regexp.reference.onlyonce.html - [similar]
スクリプトに渡された引数の配列 3316
« $argc 定義済みの例外 » PHP Manual 定義済の変数 スクリプトに渡された引数の配列 $argv (PHP 4, PH ... トに渡されたすべての引数の配列が含まれます。 注意 : 最初の引数 $argv[0] は常に、スクリプトの実行に使う名前と ...
https://man.plustar.jp/php/reserved.variables.argv.html - [similar]
現在の要素が有効かどうかを調べる 3316
« SimpleXMLIterator::rewind SimpleXML 関数 » PHP Manual SimpleXMLIterator 現在の要素が有効かどう ... s</book></books>' ); $xmlIterator -> rewind (); // 最初の要素に巻き戻します echo var_dump ( $xmlIterator -> ...
https://man.plustar.jp/php/simplexmliterator.valid.html - [similar]
次のエントリに移動する 3316
« SplObjectStorage::key SplObjectStorage::offsetExists » PHP Manual SplObjectStorage 次のエントリ ... LObjectStorage::rewind() - イテレータをストレージの最初の要素に巻き戻す 関連キーワード: 移動 , エントリ , S ...
https://man.plustar.jp/php/splobjectstorage.next.html - [similar]
ディレクトリハンドルを巻き戻す 3316
« streamWrapper::dir_readdir streamWrapper::mkdir » PHP Manual streamWrapper ディレクトリハンドル ... ると、 streamWrapper::dir_opendir() が返す場所にある最初のエントリを返すようにしなければいけないということで ...
https://man.plustar.jp/php/streamwrapper.dir-rewinddir.html - [similar]
現在の属性の親要素にカーソルを移動する 3316
« XMLReader::moveToAttributeNs XMLReader::moveToFirstAttribute » PHP Manual XMLReader 現在の属性 ... ーソルを移動する XMLReader::moveToFirstAttribute() - 最初の属性にカーソルを移動する 関連キーワード: 属性 , カ ...
https://man.plustar.jp/php/xmlreader.movetoelement.html - [similar]
ドキュメントを XSD で検証する 3316
« XMLReader::setRelaxNGSchemaSource XMLReader::XML » PHP Manual XMLReader ドキュメントを XSD で検 ... スキーマを用いて、処理中のドキュメントを検証します。 最初の Read() の前にのみ実行可能です。 パラメータ filena ...
https://man.plustar.jp/php/xmlreader.setschema.html - [similar]
イテレータのインデックスを取得する 3273
« AppendIterator::getInnerIterator AppendIterator::key » PHP Manual AppendIterator イテレータのイ ... 存在していれば、 現在の内部イテレータのインデックス (最初はゼロ) を整数値で返します。 存在しない場合、 null を ...
https://man.plustar.jp/php/appenditerator.getiteratorindex.html - [similar]
データベース (dbm 形式) 抽象化レイヤ 3273
« 抽象化レイヤー はじめに » PHP Manual 抽象化レイヤー データベース (dbm 形式) 抽象化レイヤ データ ... _fetch — キーが指すデータを取得する dba_firstkey — 最初のキーを取得する dba_handlers — 利用可能なハンドラの ...
https://man.plustar.jp/php/book.dba.html - [similar]