検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 674 for [SIMILAR] 16 1024 4096 WITH 59364 compact WITH 1... (0.618 sec.)
可変関数 0
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable functions)の概念をサポートします。 これにより、変数名の後に括弧が付いている場合、その値が何であろうと PHPは、同名の関数を探し実行を試みます。 この機能は、コールバック、関数テーブル等を実装するため ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
URL エンコードされたクエリ文字列を生成する 0
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_build_query (PHP 5, PHP 7, PHP 8) http_build_query — URL エンコードされたクエリ文字列を生成する 説明 http_build_query ( array | object $data , string $numeric_prefix = "" , ? string $arg_separ ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
定義済み定数 0
« mysqli 拡張モジュールでの持続的接続 ノート » PHP Manual MySQLi 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 MYSQLI_READ_DEFAULT_GROUP my.cnf の指定した名前 ...
https://man.plustar.jp/php/mysqli.constants.html - [similar]
配列または Countable オブジェクトに含まれるすべての要素の数を数える 0
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素の数を数える count (PHP 4, PHP 5, PHP 7, PHP 8) count — 配列または Countable オブジェクトに含まれるすべての要素の数を数える 説明 count ( Countable | array $value , int $mode = COUNT_NORMAL ): ...
https://man.plustar.jp/php/function.count.html - [similar]
値をパラメータにバインドする 0
« PDOStatement::bindParam PDOStatement::closeCursor » PHP Manual PDOStatement 値をパラメータにバインドする PDOStatement::bindValue (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 1.0.0) PDOStatement::bindValue — 値をパラメータにバインドする 説明 public PDOStatement::bindValue ( string | int $ ...
https://man.plustar.jp/php/pdostatement.bindvalue.html - [similar]
コア php.ini ディレクティブに関する説明 0
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア php.ini ディレクティブに関する説明 コア php.ini ディレクティブに関する説明 このリストには、PHPを設定する際に使用可能なコア php.ini ディレクティブが 含まれています。拡張モジュールにより処理される ...
https://man.plustar.jp/php/ini.core.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
URL リライタの値を追加する 0
« ob_start output_reset_rewrite_vars » PHP Manual 出力制御 関数 URL リライタの値を追加する output_add_rewrite_var (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) output_add_rewrite_var — URL リライタの値を追加する 説明 output_add_rewrite_var ( string $name , string $value ): bool この関数は、URL リ ...
https://man.plustar.jp/php/function.output-add-rewrite-var.html - [similar]
指定した名前の定数が存在するかどうかを調べる 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
« error_clear_last error_log » PHP Manual エラー処理関数 最後に発生したエラーを取得する error_get_last (PHP 5 >= 5.2.0, PHP 7, PHP 8) error_get_last — 最後に発生したエラーを取得する 説明 error_get_last (): ? array 最後に発生したエラーについての情報を取得します。 パラメータ この関数にはパ ...
https://man.plustar.jp/php/function.error-get-last.html - [similar]