検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 161 for [SIMILAR] 16 1024 4096 WITH 15351 getdoccomment ... (0.171 sec.)
コマンドラインオプション 0
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンドラインオプション PHP バイナリにより提供されるコマンドラインオプションの一覧は、 -h スイッチを指定して PHP を実行することにより いつでも調べることができます。 Usage: php [options] [-f] <file> [ ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
インストール手順 0
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP を構成する OCI8 を構成する前に前述の 要件 節に 目を通してください。 Web サーバーを開始する前に、一般的に OCI8 はいくつかの Oracle 環境変数(下記参照)が必要です。 それらはライブラリの場所を指 ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 セッションの設定オプション 名前 デフォルト 変更可能 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_IN ...
https://man.plustar.jp/php/session.configuration.html - [similar]
新しい関数 0
« 変更された関数 新しいクラスおよびインターフェイス » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新しい関数 新しい関数 Closure Closure::call() CSPRNG random_bytes() random_int() エラー処理およびログ記録 error_clear_last() Generator Generator::getReturn() GNU Multiple Precision gmp_rand ...
https://man.plustar.jp/php/migration70.new-functions.html - [similar]
変数・データ型関連 0
« 変更履歴 配列 » PHP Manual 関数リファレンス 変数・データ型関連 変数・データ型関連 配列 はじめに インストール/設定 定義済み定数 配列のソート 配列 関数 クラス/オブジェクト — クラス/オブジェクトの情報 はじめに インストール/設定 定義済み定数 例 クラス/オブジェクト関数 Ctype — 文字タイプチェ ...
https://man.plustar.jp/php/refs.basic.vartype.html - [similar]
ReflectionParameter クラス 0
« ReflectionObject::export ReflectionParameter::allowsNull » PHP Manual リフレクション ReflectionParameter クラス ReflectionParameter クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionParameter クラスは、 関数またはメソッドのパラメータに関する情報を取得します。 関数パラメータの内部を調べる ...
https://man.plustar.jp/php/class.reflectionparameter.html - [similar]
宣言している関数を取得する 0
« ReflectionParameter::getDeclaringClass ReflectionParameter::getDefaultValue » PHP Manual ReflectionParameter 宣言している関数を取得する ReflectionParameter::getDeclaringFunction (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionParameter::getDeclaringFunction — 宣言している関数を取得する 説明 p ...
https://man.plustar.jp/php/reflectionparameter.getdeclaringfunction.html - [similar]
アトリビュートを取得する 0
« ReflectionClassConstant::export ReflectionClassConstant::getDeclaringClass » PHP Manual ReflectionClassConstant アトリビュートを取得する ReflectionClassConstant::getAttributes (PHP 8) ReflectionClassConstant::getAttributes — アトリビュートを取得する 説明 public ReflectionClassConstant: ...
https://man.plustar.jp/php/reflectionclassconstant.getattributes.html - [similar]
関数が無効になっているかどうかを調べる 0
« ReflectionFunction::invokeArgs ReflectionFunction::__toString » PHP Manual ReflectionFunction 関数が無効になっているかどうかを調べる ReflectionFunction::isDisabled (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunction::isDisabled — 関数が無効になっているかどうかを調べる 警告 この関数は PHP ...
https://man.plustar.jp/php/reflectionfunction.isdisabled.html - [similar]