検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 527 for [SIMILAR] 16 1024 4096 WITH 18809 グラ WITH 1498... (0.791 sec.)
繰り返し 0
« サブパターン 後方参照 » PHP Manual PCRE 正規表現構文 繰り返し 繰り返し 繰り返し (repetition) は、量指定子 (quantifier) を使って指定します。 量指定子は、以下の要素の後に付けることが出来ます。 個々の文字。エスケープされた文字も含む メタ文字 . (ドット) 文字クラス 後方参照 (次のセクション ...
https://man.plustar.jp/php/regexp.reference.repetition.html - [similar]
PHP を使用する初めてのページ 0
« 必要なものは? 実用的な例 » PHP Manual 簡易チュートリアル PHP を使用する初めてのページ PHP を使用する初めてのページ 以下の内容で hello.php という名前のファイルを作成し、Web サーバーのルートディレクトリ ( DOCUMENT_ROOT ) に置いてください。 例1 初めての PHP スクリプト: hello.php <html> <h ...
https://man.plustar.jp/php/tutorial.firstpage.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 0
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する ignore_user_abort (PHP 4, PHP 5, PHP 7, PHP 8) ignore_user_abort — クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 説明 ignore_user_abort ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]
NumberFormatter クラス 0
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatter クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに プログラムで数値を保存したり操作したりする際には、 ロケールに依存しないバイナリ表現を使用します。 数値を表示するときに、ロケ ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
The RarEntry class 0
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry class (PECL rar >= 0.1) はじめに A RAR entry, representing a directory or a compressed file inside a RAR archive. クラス概要 final class RarEntry { /* 定数 */ const int HOST_MSDOS = 0 ; const int ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
assertion が false であるかどうかを調べる 0
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false であるかどうかを調べる assert (PHP 4, PHP 5, PHP 7, PHP 8) assert — assertion が false であるかどうかを調べる 説明 PHP 5 および PHP 7 assert ( mixed $assertion , string $description = ? ): boo ...
https://man.plustar.jp/php/function.assert.html - [similar]
クッキーを送信する 0
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PHP 5, PHP 7, PHP 8) setcookie — クッキーを送信する 説明 setcookie ( string $name , string $value = "" , int $expires_or_options = 0 , string $path = "" , string $domain = "" , bool $secure = fa ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
マジックメソッド 0
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジックメソッド マジックメソッドは、 ある動作がオブジェクトに対して行われた場合に、 PHP のデフォルトの動作を上書きする特別なメソッドです。 警告 __ で始まる全てのメソッドは、 PHP によって予約されて ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
新機能 0
« PHP 7.2.x から PHP 7.3.x への移行 新しく追加された関数 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新機能 新機能 PHP コア ヒアドキュメントと Nowdoc構文 がより柔軟に 文字列を閉じるマーカーの後に、セミコロンや改行文字を続ける必要はなくなりました。 それに加えて、文字列を閉じるマーカーは ...
https://man.plustar.jp/php/migration73.new-features.html - [similar]