検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 635 for [SIMILAR] 16 1024 4096 WITH 4900 include WITH 31... (0.746 sec.)
インクルードパスに対してファイル名を解決する 7382
« stream_register_wrapper stream_select » PHP Manual ストリーム 関数 インクルードパスに対してファイル名を解決する stream_resolve_include_path (PHP 5 >= 5.3.2, PHP 7, PHP 8) stream_resolve_include_path — インクルードパスに対してファイル名を解決する 説明 stream_resolve_include_path ( strin ...
https://man.plustar.jp/php/function.stream-resolve-include-path.html - [similar]
require_once 7382
« include include_once » PHP Manual 制御構造 require_once require_once (PHP 4, PHP 5, PHP 7, PHP 8) require_once 式は require とほぼ同じ意味ですが、 ファイルがすでに読み込まれているかどうかを PHP がチェックするという点が異なります。 すでに読み込まれている場合はそのファイルを読み込みません ...
https://man.plustar.jp/php/function.require-once.html - [similar]
外部ファイルを生の PostScript コードとして読み込む 7382
« ps_hyphenate ps_lineto » PHP Manual PS 関数 外部ファイルを生の PostScript コードとして読み込む ps_include_file (PECL ps >= 1.3.4) ps_include_file — 外部ファイルを生の PostScript コードとして読み込む 説明 ps_include_file ( resource $psdoc , string $file ): bool 警告 この関数は、 現在のと ...
https://man.plustar.jp/php/function.ps-include-file.html - [similar]
ファイルを出力する 7382
« popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, PHP 7, PHP 8) readfile — ファイルを出力する 説明 readfile ( string $filename , bool $use_include_path = false , ? resource $context = null ): int | false ファイルを読んで標準出力に書き出します。 ...
https://man.plustar.jp/php/function.readfile.html - [similar]
実行時設定 7382
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 ファイルシステムおよびストリーム設定オプション 名前 デフォルト 変更可能 変更履歴 allow_url_fopen "1" PHP_INI_SYSTEM allow_url_include "0" PHP_INI_SYSTEM PHP 7.4.0 以降 ...
https://man.plustar.jp/php/filesystem.configuration.html - [similar]
汚染された文字列をチェックする関数や文 7382
« 汚染された文字列の汚染マークを広げる関数や文 文字列の汚染を除去する関数 » PHP Manual 詳細 汚染された文字列をチェックする関数や文 汚染された文字列をチェックする関数や文 関数 / 文 対応するようになったバージョン 基本構文 eval 0.1.0 include/include_once 0.1.0 require/require_once 0.1.0 出力 ...
https://man.plustar.jp/php/taint.detail.taint.html - [similar]
return 6745
« declare require » PHP Manual 制御構造 return return (PHP 4, PHP 5, PHP 7, PHP 8) return は、プログラムの制御を呼び出し元に戻します。 呼び出し側のモジュールでは、呼び出しの次の式から続行します。 関数内で呼び出されると、 return 文は即座に その関数の実行を停止し、引数を関数の値として返しま ...
https://man.plustar.jp/php/function.return.html - [similar]
PHP ファイルの実行 6745
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
サーバー情報および実行時の環境情報 6745
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_SERVER — サーバー情報および実行時の環境情報 説明 $_SERVER は、ヘッダ、パス、スクリプトの位置のような 情報を有する配列です。この配列のエントリは、Web サーバーによ ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
スクリプトに渡された引数の数 6745
« $http_response_header $argv » PHP Manual 定義済の変数 スクリプトに渡された引数の数 $argc (PHP 4, PHP 5, PHP 7, PHP 8) $argc — スクリプトに渡された引数の数 説明 コマンドライン から実行したときに、 現在のスクリプトに渡された引数の数が含まれます。 注意 : スクリプトのファイル名は、常にスク ...
https://man.plustar.jp/php/reserved.variables.argc.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT