Results of 1 - 10 of about 1814 for [SIMILAR] 16 1024 4096 WITH 34873 報告 WITH 9962... (1.325 sec.)
- 定義済みの定数 10000
- « 定義済のクラス その他の予約語の一覧 » PHP Manual 予約語の一覧 定義済みの定数 定義済みの定数 コアの定義済みの定数 これらの定数は PHP のコアで定義済みの定数です。 PHP, Zend engine, SAPI モジュールも含みます。 PHP_VERSION ( string ) 現在の PHP のバージョンを "major.minor.release[extra]" 形
...
-
https://man.plustar.jp/php/reserved.constants.html
- [similar]
- mysqli のエラー報告モードを設定する 9523
- « mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー報告モードを設定する mysqli_driver::$report_mode mysqli_report (PHP 5, PHP 7, PHP 8) mysqli_driver::$report_mode -- mysqli_report — mysqli のエラー報告モードを設定する 説明 オブジェクト指向型
...
-
https://man.plustar.jp/php/mysqli-driver.report-mode.html
- [similar]
- エラー 9523
- « 例 基本 » PHP Manual 言語リファレンス エラー エラー 目次 基本 PHP 7 でのエラー はじめに 残念ながら、どんなに気をつけてコードを書いたところで、 エラーをなくすことはできません。 PHP は、コーディングや実行時に発生する問題を、 エラー (error) や警告 (warning) そして注意 (notice) などの形式で
...
-
https://man.plustar.jp/php/language.errors.html
- [similar]
- バグ報告 9523
- « FAQ に無い問題 実行時設定 » PHP Manual 問題が起きた場合 バグ報告 バグ報告 PHP のバグを発見した場合は、報告してください。あなたがそのバグを報告しない限り、 PHP の開発者がそのバグを知ることは恐らくなく、修正されることもないでしょう。 バグの報告は、 » https://github.com/php/php-src/issues
...
-
https://man.plustar.jp/php/install.problems.bugs.html
- [similar]
- ソケットのオプションを取得する 9523
- « socket_export_stream socket_getopt » PHP Manual ソケット 関数 ソケットのオプションを取得する socket_get_option (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) socket_get_option — ソケットのオプションを取得する 説明 socket_get_option ( Socket $socket , int $level , int $option ): array | int | fa
...
-
https://man.plustar.jp/php/function.socket-get-option.html
- [similar]
- 実行時設定 9523
- « バグ報告 設定ファイル » PHP Manual インストールと設定 実行時設定 実行時設定 目次 設定ファイル .user.ini ファイル どこで設定を行うのか 設定を変更するには 関連キーワード: 設定 , 実行 , バグ , 報告 , インストール , user , 変更 ,
...
-
https://man.plustar.jp/php/configuration.html
- [similar]
- ReflectionClassConstant クラス 2720
- « ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション ReflectionClassConstant クラス ReflectionClassConstant クラス (PHP 7 >= 7.1.0, PHP 8) はじめに ReflectionClassConstant クラスは、クラス定数に関する情報を報告します。 クラス概要 class Reflection
...
-
https://man.plustar.jp/php/class.reflectionclassconstant.html
- [similar]
- 構文 2720
- « 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変
...
-
https://man.plustar.jp/php/language.constants.syntax.html
- [similar]
- 定数の値を返す 2720
- « connection_status define » PHP Manual その他の関数 定数の値を返す constant (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) constant — 定数の値を返す 説明 constant ( string $name ): mixed name で指定した定数の値を返します。 constant() はある定数の値を取得する必要があるが、 その名前が不明な場合に有
...
-
https://man.plustar.jp/php/function.constant.html
- [similar]
- 指定した名前の定数が存在するかどうかを調べる 2720
- « 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]