検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 215 for [SIMILAR] 16 1024 4096 WITH 22290 ドデ WITH 1416... (0.462 sec.)
配列を生成する 0
« array_walk arsort » PHP Manual 配列 関数 配列を生成する array (PHP 4, PHP 5, PHP 7, PHP 8) array — 配列を生成する 説明 array ( mixed ...$values ): array 配列を作成します。 配列に関するより詳しい情報は 配列型 のセクションをご覧ください。 パラメータ values カンマで区切った構文 "index => ...
https://man.plustar.jp/php/function.array.html - [similar]
日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 0
« date_sub date_sunrise » PHP Manual 日付・時刻 関数 日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す date_sun_info (PHP 5 >= 5.1.2, PHP 7, PHP 8) date_sun_info — 日の出/日の入り時刻と薄明かり (twilight) の開始/終了時刻の情報を含む配列を返す 説明 date_sun_in ...
https://man.plustar.jp/php/function.date-sun-info.html - [similar]
ファイルのパーミッションを取得する 0
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する fileperms (PHP 4, PHP 5, PHP 7, PHP 8) fileperms — ファイルのパーミッションを取得する 説明 fileperms ( string $filename ): int | false 指定したファイルのパーミッションを取得します。 パラメータ file ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
コンパクト、かつ保存可能な値のバイナリ表現を生成する 0
« Igbinary 関数 igbinary_unserialize » PHP Manual Igbinary 関数 コンパクト、かつ保存可能な値のバイナリ表現を生成する igbinary_serialize (PECL igbinary >= 1.1.1) igbinary_serialize — コンパクト、かつ保存可能な値のバイナリ表現を生成する 説明 igbinary_serialize ( mixed $value ): string | fa ...
https://man.plustar.jp/php/function.igbinary-serialize.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 0
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なることを検査する isset (PHP 4, PHP 5, PHP 7, PHP 8) isset — 変数が宣言されていること、そして null とは異なることを検査する 説明 isset ( mixed $var , mixed ...$vars ): bool 変数がセットされているか ...
https://man.plustar.jp/php/function.isset.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 0
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を使用して置換を行う preg_replace_callback (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) preg_replace_callback — 正規表現検索を行い、コールバック関数を使用して置換を行う 説明 preg_replace_callba ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
値の保存可能な表現を生成する 0
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP 5, PHP 7, PHP 8) serialize — 値の保存可能な表現を生成する 説明 serialize ( mixed $value ): string 値の保存可能な表現を生成します。 型や構造を失わずに PHP の値を保存または渡す際に有用です。 シリ ...
https://man.plustar.jp/php/function.serialize.html - [similar]
指定した変数の割当を解除する 0
« unserialize var_dump » PHP Manual 変数操作 関数 指定した変数の割当を解除する unset (PHP 4, PHP 5, PHP 7, PHP 8) unset — 指定した変数の割当を解除する 説明 unset ( mixed $var , mixed ...$vars ): void unset() は指定した変数を破棄します。 関数 unset() の内部動作は、 破棄しようとする変数の型 ...
https://man.plustar.jp/php/function.unset.html - [similar]
変数の文字列表現を出力または返す 0
« var_dump ウェブサービス » PHP Manual 変数操作 関数 変数の文字列表現を出力または返す var_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) var_export — 変数の文字列表現を出力または返す 説明 var_export ( mixed $value , bool $return = false ): ? string var_export() は、 渡された変数に関する構造 ...
https://man.plustar.jp/php/function.var-export.html - [similar]
内部(ビルトイン)関数 0
« 可変関数 無名関数 » PHP Manual 関数 内部(ビルトイン)関数 内部(ビルトイン)関数 PHPは標準で多くの関数と言語構造を持っています。また他にも コンパイル済みの特定のPHPエクステンションを必要とする関数があります。 それらはもしコンパイルされていなければ"undefined function(未定義の関数)" と ...
https://man.plustar.jp/php/functions.internal.html - [similar]