検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 424 for ディレクトリ (0.063 sec.)
ファイルをリネームする 3858
« realpath rewind » PHP Manual ファイルシステム 関数 ファイルをリネームする rename (PHP 4, PHP 5 ... xt = null ): bool from を to にリネームし、必要ならディレクトリを移動しようと試みます。 ファイル名の変更かつ to が存 ... 在する場合、上書きされます。 ディレクトリ名の変更かつ to が存在する場合、 この関数は警告を発し ...
https://man.plustar.jp/php/function.rename.html - [similar]
Gender オブジェクトを作る 3858
« Gender\Gender::connect Gender\Gender::country » PHP Manual Gender\Gender Gender オブジェクトを ... er オブジェクトを作ります。オプションで、外部の名前ディレクトリに接続することもできます。 外部データベースを指定しな ... struct , 外部 , country , public , string , 名前 , ディレクトリ , 接続 , データベース ...
https://man.plustar.jp/php/gender-gender.construct.html - [similar]
phpize で共有 PECL 拡張モジュールをコンパイルする方法 3858
« 共有 PECL 拡張モジュールを、pecl コマンドを用いてコンパイルする php-config » PHP Manual PECL 拡 ... 下の例では、 拡張モジュールのソースが extname というディレクトリにあると仮定します。 $ cd extname $ phpize $ ./confi ... xtname.so が作成され、 それが PHP の 拡張モジュールディレクトリ に置かれます。 この拡張モジュールを使用する前に、 ... , パッケージ , コマンド , extname , インストール , ディレクトリ ...
https://man.plustar.jp/php/install.pecl.phpize.html - [similar]
サブパスと名前を取得する 3858
« RecursiveDirectoryIterator::getSubPath RecursiveDirectoryIterator::hasChildren » PHP Manual Re ... 数にはパラメータはありません。 戻り値 サブパス (サブディレクトリ) とファイル名を返します。 例 例1 getSubPathname() ... を取得する RecursiveDirectoryIterator::key() - 現在のディレクトリエントリのパスとファイル名を返す 関連キーワード: パス ...
https://man.plustar.jp/php/recursivedirectoryiterator.getsubpathname.html - [similar]
実行時設定 3858
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... す。 これはセッションファイルを分散して保存する際に ディレクトリ階層レベルを決定します。 例えば、 '5;/tmp' とすると ... ァイルを生成します。 N を使用するには、これらすべてのディレクトリが 事前に作成されている必要があります。 そのためのシ ... mp (デフォルト) のようにどこか らでも読み込み可能なディレクトリに設定した場合、サーバー上 の他のユーザーがこのディレ ... ャックをすることが可能となります。 警告 オプションのディレクトリレベル定数 N で、 1 あるいは 2 以外の値を使うのは、大 ...
https://man.plustar.jp/php/session.configuration.html - [similar]
The RarEntry class 3850
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... ョンを取得する RarEntry::isDirectory — このエントリがディレクトリであるかどうかを調べる RarEntry::isEncrypted — このエ ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
ファイルの内容を全て文字列に読み込む 3850
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... ベルのエラーが発生します。 file_get_contents() 関数がディレクトリに対して呼び出されると、 Windows では E_WARNING レベ ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
サンプル 3850
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ple#448 - 複数ファイルのアップロード Example#449 - ディレクトリ全体をアップロードする Example#450 - HTTP PUT された ... ウェブサーバーの起動 Example#472 - ドキュメントルートディレクトリを指定した起動 Example#473 - ルータースクリプトの使用 ... 1 - Zip の使用例 Example#822 - アーカイブ内での新規ディレクトリの作成 Example#823 - オープンおよび追加 Example#824 ... カイブへのエントリの追加 Example#825 - アーカイブ内のディレクトリへのファイルの追加 Example#826 - ZipArchive::addGlob ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 3833
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... たる ファイルポインタの配列。 cwd コマンドの初期作業ディレクトリ。 完全 パスである必要があります。 デフォルト値 (現在 ... の PHP プロセスの作業ディレクトリ) を使用したい場合は null を指定します。 env_vars 実 ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 3833
« Phar::mapPhar Phar::mungServer » PHP Manual Phar 外部のパスあるいはファイルを phar アーカイブ内 ... h ): void Unix のファイルシステムで外部のデバイスをディレクトリツリー上にマウントできるのと同様に、 Phar::mount() を ... 使用すると 外部のファイルやディレクトリをあたかもアーカイブ内にあるかのように参照することが ... ar アーカイブ内にマウントしたい外部ファイルあるいはディレクトリのパスあるいは URL。 戻り値 戻り値はありません。失敗 ...
https://man.plustar.jp/php/phar.mount.html - [similar]