検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 329 for [SIMILAR] 16 1024 4096 WITH 14006 something WITH... (0.432 sec.)
指定した名前の定数が存在するかどうかを調べる 0
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP 4, PHP 5, PHP 7, PHP 8) defined — 指定した名前の定数が存在するかどうかを調べる 説明 defined ( string $constant_name ): bool 指定した定数が存在し、定義されているかどうかを調べます。 注意 : 変数 ...
https://man.plustar.jp/php/function.defined.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » 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]
クエリの次の行を内部バッファに取得する 0
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する oci_fetch (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch — クエリの次の行を内部バッファに取得する 説明 oci_fetch ( resource $statement ): bool クエリの次の行を内部バッファに取得します。こ ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
現在の PHP バージョンを取得する 0
« phpinfo putenv » PHP Manual PHP オプション/情報 関数 現在の PHP バージョンを取得する phpversion (PHP 4, PHP 5, PHP 7, PHP 8) phpversion — 現在の PHP バージョンを取得する 説明 phpversion ( ? string $extension = null ): string | false 現在動作中の PHP パーサあるいは拡張モジュールのバージ ...
https://man.plustar.jp/php/function.phpversion.html - [similar]
Closure クラス 0
« Serializable::unserialize Closure::__construct » PHP Manual 定義済みのインターフェイスとクラス Closure クラス Closure クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに 無名関数 を表すために使うクラスです。 無名関数は、Closure 型のオブジェクトを生成します。 このクラスにはメソッドが用意され ...
https://man.plustar.jp/php/class.closure.html - [similar]
コメントと空白文字を取り除いたソースを返す 0
« pack sapi_windows_cp_conv » PHP Manual その他の関数 コメントと空白文字を取り除いたソースを返す php_strip_whitespace (PHP 5, PHP 7, PHP 8) php_strip_whitespace — コメントと空白文字を取り除いたソースを返す 説明 php_strip_whitespace ( string $filename ): string PHP のソースコード filename ...
https://man.plustar.jp/php/function.php-strip-whitespace.html - [similar]
外部から来る変数 0
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) フォームが PHP スクリプトに投稿された時、フォームから渡された全て の変数は PHP により自動的にスクリプトから使用可能となります。 この情報にアクセスする手段は複数あります。例を以下に示します。 例 ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
指定した文字数で文字列を分割する 0
« vsprintf 変更履歴 » PHP Manual String 関数 指定した文字数で文字列を分割する wordwrap (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) wordwrap — 指定した文字数で文字列を分割する 説明 wordwrap ( string $string , int $width = 75 , string $break = "\n" , bool $cut_long_words = false ): string 指定し ...
https://man.plustar.jp/php/function.wordwrap.html - [similar]
直近の操作から発生した警告を取得する 0
« DocResult::fetchOne DocResult::getWarningsCount » PHP Manual mysql_xdevapi\DocResult 直近の操作から発生した警告を取得する DocResult::getWarnings (No version information available, might only be in Git) DocResult::getWarnings — 直近の操作から発生した警告を取得する 説明 public mysql_xdev ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarnings.html - [similar]
PHP を手に入れるには 0
« メーリングリスト データベースに関する問題 » PHP Manual FAQ PHP を手に入れるには PHP を手に入れるには このセクションでは、PHP をダウンロードする詳しい場所や OS に関する話題を扱います。 PHPはどこで手に入れることができますか? コンパイル済みのバージョンはありますか? 一部のPHP拡張モジュール ...
https://man.plustar.jp/php/faq.obtaining.html - [similar]