検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1412 for [SIMILAR] 16 1024 4096 WITH 7141 表示 WITH 5132 ... (0.970 sec.)
ディスパッチインターフェイスのために、PHP のクラス定義を出力する 0
« com_message_pump variant_abs » PHP Manual COM関数 ディスパッチインターフェイスのために、PHP のクラス定義を出力する com_print_typeinfo (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) com_print_typeinfo — ディスパッチインターフェイスのために、PHP のクラス定義を出力する 説明 com_print_typeinfo ( va ...
https://man.plustar.jp/php/function.com-print-typeinfo.html - [similar]
最後に見つかったエラーを返す 0
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_error — 最後に見つかったエラーを返す 説明 oci_error ( ? resource $connection_or_statement = null ): array | false 最後に見つかったエラーを返します。 ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
PHP の設定情報を出力する 0
« phpcredits phpversion » PHP Manual PHP オプション/情報 関数 PHP の設定情報を出力する phpinfo (PHP 4, PHP 5, PHP 7, PHP 8) phpinfo — PHP の設定情報を出力する 説明 phpinfo ( int $flags = INFO_ALL ): bool 現在の PHP の状態に関する、多くの情報を出力します。出力される情報には、 PHP コンパイ ...
https://man.plustar.jp/php/function.phpinfo.html - [similar]
内部的な zval を表す文字列をダンプする 0
« boolval doubleval » PHP Manual 変数操作 関数 内部的な zval を表す文字列をダンプする debug_zval_dump (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) debug_zval_dump — 内部的な zval を表す文字列をダンプする 説明 debug_zval_dump ( mixed $value , mixed ...$values ): void 内部的な zval (Zend の値) を ...
https://man.plustar.jp/php/function.debug-zval-dump.html - [similar]
コマンドラインオプション 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 FAQ インストール インストール このセクションでは PHP のインストール方法に関する一般的な質問を扱います。 PHP は、ほとんど全ての OS とウェブサーバーで 利用可能です。 PHP をインストールするには、 インストールと設定 の指示に従ってください。 ...
https://man.plustar.jp/php/faq.installation.html - [similar]
出力する PHP エラーの種類を設定する 0
« error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する error_reporting (PHP 4, PHP 5, PHP 7, PHP 8) error_reporting — 出力する PHP エラーの種類を設定する 説明 error_reporting ( ? int $error_level = null ): int error_reporting() 関数は、 error_re ...
https://man.plustar.jp/php/function.error-reporting.html - [similar]
外部プログラムを実行し、出力を表示する 0
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 system ( string $command , int &$result_code = null ): string | false system() は、指定した command を実行 ...
https://man.plustar.jp/php/function.system.html - [similar]
Windows のサポート 0
« その他の変更 PHP 5.6.x から PHP 7.0.x への移行 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 Windows のサポート Windows のサポート 長いpath と UTF-8のpath のサポート Webアプリケーションが UTF-8 に対応しているなら、追加の作業は必要ありません。 UTF-8 でないpathへの I/O に依存したアプリケ ...
https://man.plustar.jp/php/migration71.windows-support.html - [similar]