検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 182 for [SIMILAR] 16 1024 4096 WITH 17725 intlchar WITH ... (0.192 sec.)
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
パーサトークンの一覧 0
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]
イテレータを進めたり、戻したりした後に渡された、直近のコードポイントを取得する 0
« IntlCodePointBreakIterator IntlDatePatternGenerator » PHP Manual IntlCodePointBreakIterator イテレータを進めたり、戻したりした後に渡された、直近のコードポイントを取得する IntlCodePointBreakIterator::getLastCodePoint (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlCodePointBreakIterator::getLastCode ...
https://man.plustar.jp/php/intlcodepointbreakiterator.getlastcodepoint.html - [similar]
数値に関するフォーマット情報を得る 0
« levenshtein ltrim » PHP Manual String 関数 数値に関するフォーマット情報を得る localeconv (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) localeconv — 数値に関するフォーマット情報を得る 説明 localeconv (): array ローカルな数値および通貨フォーマット情報を有する連想配列を返します。 パラメータ この関 ...
https://man.plustar.jp/php/function.localeconv.html - [similar]
はじめに 0
« 制御構造 if » PHP Manual 制御構造 はじめに はじめに すべての PHP スクリプトは、一連の文からなります。 文としては、代入、関数コール、ループ、条件文、そして何もしない文(空の文) さえ使用することができます。 文は、通常セミコロンで終了します。加えて、文は、中括弧によるグループ文で カプセル化 ...
https://man.plustar.jp/php/control-structures.intro.html - [similar]
型の相互変換 0
« 型宣言 変数 » PHP Manual 型 型の相互変換 型の相互変換 PHP は、変数定義時に明示的な型定義を必要と(または、サポート) しません。ある変数の型は、その変数が使用される文により定義されます。 これは、ある文字列を変数 $var に代入した場合には、 $var は文字列になることを意味しています。 ある整数値 ...
https://man.plustar.jp/php/language.types.type-juggling.html - [similar]
while 0
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP 8) while ループは、PHPで最も簡単なタイプのループです。 このループは、CのWHILEループと同様の動作をします。 while ループの基本形は次のようになります。 while (式) 文 while 文の意味は簡単です。 wh ...
https://man.plustar.jp/php/control-structures.while.html - [similar]
ファイルが phar 内に存在するかどうかを調べる 0
« Phar::mungServer Phar::offsetGet » PHP Manual Phar ファイルが phar 内に存在するかどうかを調べる Phar::offsetExists (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::offsetExists — ファイルが phar 内に存在するかどうかを調べる 説明 public Phar::offsetExists ( string $localName ): ...
https://man.plustar.jp/php/phar.offsetexists.html - [similar]
ファイルを tar/zip アーカイブから削除する 0
« PharData::offsetSet PharData::setAlias » PHP Manual PharData ファイルを tar/zip アーカイブから削除する PharData::offsetUnset (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::offsetUnset — ファイルを tar/zip アーカイブから削除する 説明 public PharData::offsetUnset ( string $ ...
https://man.plustar.jp/php/phardata.offsetunset.html - [similar]
DOMDocumentType クラス 0
« DOMDocumentFragment::__construct DOMElement » PHP Manual DOM DOMDocumentType クラス DOMDocumentType クラス (PHP 5, PHP 7, PHP 8) はじめに 各 DOMDocument は doctype 属性を保持しており、その値は null あるいは DOMDocumentType オブジェクトです。 クラス概要 class DOMDocumentType extends DOM ...
https://man.plustar.jp/php/class.domdocumenttype.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT