検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 511 for path (0.014 sec.)
サーバー情報および実行時の環境情報 3944
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= ... サーバーの設定で有効になっていることが必要です。 ' PATH_TRANSLATED ' バーチャルからリアルへのマッピングがな ... トではなく) でのパス。 注意 : Apache 2 ユーザーは、 PATH_INFO を定義するために httpd.conf の中で AcceptPath ... 認証しているときにその認証形式がセットされます。 ' PATH_INFO ' 実際のスクリプトファイル名とクエリ文字列の間 ... えば、現在のスクリプトに http://www.example.com/php/path_info.php/some/stuff?foo=bar という URL でアクセスし ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
Initiates the stat call 3920
« EvStat::set EvTimer » PHP Manual EvStat Initiates the stat call EvStat::stat (PECL ev >= 0.2.0 ... pdates internal cache). It stats(using lstat ) the path specified in the watcher and sets to the values fo ... にはパラメータはありません。 戻り値 Returns true if path exists. Otherwise false . 参考 EvStat::attr() - Re ...
https://man.plustar.jp/php/evstat.stat.html - [similar]
ファイルを開く 3920
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio ... _open — ファイルを開く 説明 eio_open ( string $path , int $flags , int $mode , int $pri , callable $ca ... k , mixed $data = NULL ): resource eio_open() は、 path で指定したファイルをアクセスモード mode で開きます ... 。 パラメータ path 開きたいファイルへのパス。 警告 SAPI の種類によって ... リクエスト , callback , 定数 , 関数 , mode , data , path ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
実行時設定 3920
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ョン 名前 デフォルト 変更可能 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_AL ... ion.cookie_lifetime "0" PHP_INI_ALL session.cookie_path "/" PHP_INI_ALL session.cookie_domain "" PHP_INI_A ... t_save_handler() も参照してください。 session.save_path string session.save_path は、保存ハンドラに渡される ... イルが作成される場所のパスになります。 session_save_path() も参照ください。 オプションの引数として N (数値 ...
https://man.plustar.jp/php/session.configuration.html - [similar]
Set the raw cookies to the HTTP response. 3920
« Swoole\Http\Response::initHeader Swoole\Http\Response::sendfile » PHP Manual Swoole\Http\Respo ... string $value = ? , string $expires = ? , string $path = ? , string $domain = ? , string $secure = ? , st ... ly = ? ): ReturnType パラメータ name value expires path domain secure httponly 戻り値 関連キーワード: Set ...
https://man.plustar.jp/php/swoole-http-response.rawcookie.html - [similar]
ファイルの所有者を変更する 3889
« chmod clearstatcache » PHP Manual ファイルシステム 関数 ファイルの所有者を変更する chown (PHP ... するファイル名とユーザー名 $file_name = "foo.php" ; $path = "/home/sites/php.net/public_html/sandbox/" . $fi ... r_name = "root" ; // ユーザーを設定します chown ( $path , $user_name ); // 結果を確認します $stat = stat ( ... $path ); print_r ( posix_getpwuid ( $stat [ 'uid' ])); ? ...
https://man.plustar.jp/php/function.chown.html - [similar]
ディレクトリクラスのインスタンスを返す 3889
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP ... " ); echo "Handle: " . $d -> handle . "\n" ; echo "Path: " . $d -> path . "\n" ; while ( false !== ( $entr ... とえば以下のようになります。 Handle: Resource id #2 Path: /etc/php5 . .. apache cgi cli 注意 注意 : 読み込み ...
https://man.plustar.jp/php/function.dir.html - [similar]
インストール手順 3889
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP ... プトが出たら、 $ORACLE_HOME または、 instantclient,/path/to/instant/client/lib を入力して下さい。 注意: $OR ... または ./configure -with-oci8=shared,instantclient,/path/to/instant/client/lib パッケージをインストールしま ... ます: ./configure --with-oci8=shared,instantclient,/path/to/instant/client/lib Instant Client 12.2 (または前 ... ようにします: ./configure --with-oci8=instantclient,/path/to/instant/client/lib Oracle Database を使っている ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
ディレクトリを削除する 3865
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... — ディレクトリを削除する 説明 eio_rmdir ( string $path , int $pri = EIO_PRI_DEFAULT , callable $callback ... _rmdir() は、ディレクトリを削除します。 パラメータ path ディレクトリへのパス。 pri リクエストの優先順位。 ... 削除 , rmdir , リクエスト , 関数 , callback , data , path , リソース ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
include 3865
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... たパスから行います。パスを指定しない場合は、 include_path の設定を利用します。 ファイルが include_path に見つ ... あるいは .. で始まるパス) のどちらでも — は include_path は無視されます。たとえば ../ ではじまるファイル名を ... ンクルードやインクルードパスについての詳細は include_path のドキュメントを参照ください。 ファイルが読み込まれ ... ed_files() , readfile() , virtual() および include_path も参照ください。 関連キーワード: include , 関数 , ...
https://man.plustar.jp/php/function.include.html - [similar]