検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 2242 for [SIMILAR] 16 1024 4096 WITH 3735 関数 WITH 3631 ... (1.076 sec.)
内部(ビルトイン)関数 10000
« 可変関数 無名関数 » PHP Manual 関数 内部(ビルトイン)関数 内部(ビルトイン)関数 PHPは標準で多くの関数と言語構造を持っています。また他にも コンパイル済みの特定のPHPエクステンションを必要とする関数があります。 それらはもしコンパイルされていなければ"undefined function(未定義の関数)" と ...
https://man.plustar.jp/php/functions.internal.html - [similar]
下位互換性のない変更点 6064
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
ユーザー定義関数 6064
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
関数処理 関数 6064
« 定義済み定数 call_user_func_array » PHP Manual 関数処理 関数処理 関数 関数処理 関数 目次 call_user_func_array — パラメータの配列を指定してコールバック関数をコールする call_user_func — 最初の引数で指定したコールバック関数をコールする create_function — 文字列のコードを評価し、動的に関数を ...
https://man.plustar.jp/php/ref.funchand.html - [similar]
配列の内部ポインタを最終要素にセットする 5895
« each extract » PHP Manual 配列 関数 配列の内部ポインタを最終要素にセットする end (PHP 4, PHP 5, PHP 7, PHP 8) end — 配列の内部ポインタを最終要素にセットする 説明 end ( array | object &$array ): mixed end() は array の内部ポインタを最後の要素まで進め、その値を返します。 パラメータ array ...
https://man.plustar.jp/php/function.end.html - [similar]
ラージオブジェクトの内部ポインタをセットする 5895
« OCILob::saveFile OCILob::setBuffering » PHP Manual OCILob ラージオブジェクトの内部ポインタをセットする OCILob::seek (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) OCILob::seek — ラージオブジェクトの内部ポインタをセットする 説明 public OCILob::seek ( int $offset , int $whence = OCI_SEEK_SET ...
https://man.plustar.jp/php/ocilob.seek.html - [similar]
iconv 拡張モジュールの内部設定変数を取得する 5895
« iconv 関数 iconv_mime_decode_headers » PHP Manual iconv 関数 iconv 拡張モジュールの内部設定変数を取得する iconv_get_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_get_encoding — iconv 拡張モジュールの内部設定変数を取得する 説明 iconv_get_encoding ( string $type = "all" ): array | ...
https://man.plustar.jp/php/function.iconv-get-encoding.html - [similar]
種々の readline の内部変数を取得/設定する 5895
« readline_completion_function readline_list_history » PHP Manual Readline 関数 種々の readline の内部変数を取得/設定する readline_info (PHP 4, PHP 5, PHP 7, PHP 8) readline_info — 種々の readline の内部変数を取得/設定する 説明 readline_info ( ? string $var_name = null , int | string | b ...
https://man.plustar.jp/php/function.readline-info.html - [similar]
内部の XML ツリーをファイルに出力する 5895
« DOMDocument::relaxNGValidateSource DOMDocument::saveHTML » PHP Manual DOMDocument 内部の XML ツリーをファイルに出力する DOMDocument::save (PHP 5, PHP 7, PHP 8) DOMDocument::save — 内部の XML ツリーをファイルに出力する 説明 public DOMDocument::save ( string $filename , int $options = 0 ...
https://man.plustar.jp/php/domdocument.save.html - [similar]
関数の引数 5335
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT