検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 920 for [SIMILAR] 16 1024 4096 WITH 11861 時間 WITH 1084... (0.738 sec.)
セッションキャッシュにキャッシュされたファイルについての情報を取得する 0
« wincache_rplist_meminfo wincache_scache_meminfo » PHP Manual WinCache 関数 セッションキャッシュにキャッシュされたファイルについての情報を取得する wincache_scache_info (PECL wincache >= 1.1.0) wincache_scache_info — セッションキャッシュにキャッシュされたファイルについての情報を取得する ...
https://man.plustar.jp/php/function.wincache-scache-info.html - [similar]
再帰的パターン 0
« コメント パフォーマンス » PHP Manual PCRE 正規表現構文 再帰的パターン 再帰的パターン どうすればカッコに括られた文字列とマッチできるか、という問題を 考えて見ましょう。このとき、カッコは何回でもネストできるとします。 再帰が使えないとすると、パターンを用いて、せいぜい、ある一定の深さの ネ ...
https://man.plustar.jp/php/regexp.reference.recursive.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
PHP スクリプトの所有者の GID を得る 0
« getlastmod getmyinode » PHP Manual PHP オプション/情報 関数 PHP スクリプトの所有者の GID を得る getmygid (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) getmygid — PHP スクリプトの所有者の GID を得る 説明 getmygid (): int | false 現在のスクリプトのグループ ID を取得します。 パラメータ この関数に ...
https://man.plustar.jp/php/function.getmygid.html - [similar]
PHP スクリプト所有者のユーザー ID を取得する 0
« getmypid getopt » PHP Manual PHP オプション/情報 関数 PHP スクリプト所有者のユーザー ID を取得する getmyuid (PHP 4, PHP 5, PHP 7, PHP 8) getmyuid — PHP スクリプト所有者のユーザー ID を取得する 説明 getmyuid (): int | false 現在のスクリプトのユーザー ID を取得します。 パラメータ この関数 ...
https://man.plustar.jp/php/function.getmyuid.html - [similar]
ユーザーキャッシュにキャッシュされたファイルについての情報を取得する 0
« wincache_ucache_inc wincache_ucache_meminfo » PHP Manual WinCache 関数 ユーザーキャッシュにキャッシュされたファイルについての情報を取得する wincache_ucache_info (PECL wincache >= 1.1.0) wincache_ucache_info — ユーザーキャッシュにキャッシュされたファイルについての情報を取得する 説明 win ...
https://man.plustar.jp/php/function.wincache-ucache-info.html - [similar]
日付・時刻 0
« unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 日付/時刻 の算術 DateTime — DateTime クラス DateTime::add — 年月日時分秒の値を加えることで、DateTime オブジェクトを変更する Dat ...
https://man.plustar.jp/php/book.datetime.html - [similar]
対話シェル 0
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェル --with-readline オプションつきで PHP をコンパイルした場合に CLI SAPI で対話シェルが使えるようになりました。 対話シェルは、 -a オプションで使うことができます。 PHP 7.1.0 以降では、 readline ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]
IntlCalendar クラス 0
« MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalendar クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) はじめに クラス概要 class IntlCalendar { /* 定数 */ const int FIELD_ERA = 0 ; const int FIELD_YEAR = 1 ; const int FIELD_MONTH = 2 ; ...
https://man.plustar.jp/php/class.intlcalendar.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]