検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1018 for [SIMILAR] 16 1024 4096 WITH 57209 getrusage WITH... (1.234 sec.)
PHP タグ 0
« 基本的な構文 HTML からの脱出 » PHP Manual 基本的な構文 PHP タグ PHP タグ PHP はファイルを解析して開始タグと終了タグ ( <?php と ?> ) を探します。 タグが見つかると、PHP はコードの実行を開始したり終了したりします。 このような仕組みにより、PHP を他のあらゆる形式のドキュメント中に 埋め込むこ ...
https://man.plustar.jp/php/language.basic-syntax.phptags.html - [similar]
修飾子の名前を取得する 0
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection::getModifierNames (PHP 5, PHP 7, PHP 8) Reflection::getModifierNames — 修飾子の名前を取得する 説明 public static Reflection::getModifierNames ( int $modifiers ): array 修飾子の名前を取得します。 ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
ある範囲の整数を有する配列を作成する 0
« prev reset » PHP Manual 配列 関数 ある範囲の整数を有する配列を作成する range (PHP 4, PHP 5, PHP 7, PHP 8) range — ある範囲の整数を有する配列を作成する 説明 range ( string | int | float $start , string | int | float $end , int | float $step = 1 ): array ある範囲の整数を有する配列を作成し ...
https://man.plustar.jp/php/function.range.html - [similar]
Add a background task to be run in parallel 0
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background task to be run in parallel GearmanClient::addTaskBackground (PECL gearman >= 0.5.0) GearmanClient::addTaskBackground — Add a background task to be run in parallel 説明 public GearmanClient::ad ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
MySQL 拡張モジュールの概要を示す例 0
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示す例 以下は、MySQL データベースに接続し、クエリを実行し、結果レコードを 出力、接続を切断する例です。 例1 MySQL 拡張モジュールに関する例 <?php // データベースに接続し、選択する $link = mysql_c ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
メソッドの修飾子を取得する 0
« ReflectionMethod::getDeclaringClass ReflectionMethod::getPrototype » PHP Manual ReflectionMethod メソッドの修飾子を取得する ReflectionMethod::getModifiers (PHP 5, PHP 7, PHP 8) ReflectionMethod::getModifiers — メソッドの修飾子を取得する 説明 public ReflectionMethod::getModifiers (): in ...
https://man.plustar.jp/php/reflectionmethod.getmodifiers.html - [similar]
文字列を処理し、変数に代入する 0
« ord print » PHP Manual String 関数 文字列を処理し、変数に代入する parse_str (PHP 4, PHP 5, PHP 7, PHP 8) parse_str — 文字列を処理し、変数に代入する 説明 parse_str ( string $string , array &$result ): void URL 経由で渡されるクエリ文字列と同様に string を処理し、現在のスコープに変数をセッ ...
https://man.plustar.jp/php/function.parse-str.html - [similar]
直近に発生したエラーを返す 0
« json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP 5 >= 5.3.0, PHP 7, PHP 8) json_last_error — 直近に発生したエラーを返す 説明 json_last_error (): int JSON_THROW_ON_ERROR を指定していなかった場合に、 直近の JSON エンコード/デコード処理中に発生 ...
https://man.plustar.jp/php/function.json-last-error.html - [similar]
bzip2 形式のデータを解凍する 0
« bzcompress bzerrno » PHP Manual Bzip2 関数 bzip2 形式のデータを解凍する bzdecompress (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) bzdecompress — bzip2 形式のデータを解凍する 説明 bzdecompress ( string $data , bool $use_less_memory = false ): string | int | false bzdecompress() は、bzip2 形式の ...
https://man.plustar.jp/php/function.bzdecompress.html - [similar]
INTL のグローバル 'default_locale' からデフォルトのロケールを取得する 0
« Locale::getAllVariants Locale::getDisplayLanguage » PHP Manual Locale INTL のグローバル 'default_locale' からデフォルトのロケールを取得する Locale::getDefault locale_get_default (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::getDefault -- locale_get_default — INTL のグローバ ...
https://man.plustar.jp/php/locale.getdefault.html - [similar]