検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 162 for directory (0.021 sec.)
実行時設定 8041
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 更履歴 yaconf.check_delay 300 PHP_INI_SYSTEM yaconf.directory /tmp/conf/ PHP_INI_SYSTEM 以下に設定ディレクティブ ... h interval Yaconf will detect ini file's change(by directory's mtime), if it is set to zero, you have to restar ... t php to reloading configurations. yaconf.directory string Path to directory which all INI configurati ... files are placed in. 関連キーワード: 設定 , 実行 , directory , yaconf , delay , SYSTEM , which , Yaconf , 変更 ...
https://man.plustar.jp/php/yaconf.configuration.html - [similar]
ディレクトリ 7983
« dio_write インストール/設定 » PHP Manual ファイルシステム ディレクトリ ディレクトリ インストー ... インストール手順 実行時設定 リソース型 定義済み定数 DirectoryDirectory クラス Directory::close — ディレクトリ ... ハンドルをクローズする Directory::read — ディレクトリハンドルからエントリを読み込む ... Directory::rewind — ディレクトリハンドルを元に戻す ディレクト ... を取得する 関連キーワード: ディレクトリ , ハンドル , Directory , インストール , 設定 , クラス , クローズ , 取得 , ...
https://man.plustar.jp/php/book.dir.html - [similar]
パスから新規ディレクトリイテレータを生成する 7983
« DirectoryIterator DirectoryIterator::current » PHP Manual DirectoryIterator パスから新規ディレ ... クトリイテレータを生成する DirectoryIterator::__construct (PHP 5, PHP 7, PHP 8) Directo ... から新規ディレクトリイテレータを生成する 説明 public DirectoryIterator::__construct ( string $directory ) パスから ... 新規ディレクトリイテレータを生成します。 パラメータ directory 処理したいディレクトリのパス。 エラー / 例外 direc ... ない場合に UnexpectedValueException をスローします。 directory が空文字列の場合に ValueError をスローします。 変更 ...
https://man.plustar.jp/php/directoryiterator.construct.html - [similar]
Export the contents of a SVN directory 7777
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_exp ... = 0.3.0) svn_export — Export the contents of a SVN directory 説明 svn_export ( string $frompath , string $topat ... either a working copy or repository into a 'clean' directory. パラメータ frompath The path to the current repos ... トリにインポートする 関連キーワード: Export , SVN , directory , ontents , of , working , export , copy , reposit ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
実行時設定 7572
« Building the MongoDB PHP Driver from source 定義済み定数 » PHP Manual インストール/設定 実行時 ... new temporary file within the default system temp directory (i.e. sys_get_temp_dir() ). Specify any other stri ... ng to log to a new temporary file within that directory. If the directory cannot be used, the default syst ... em temp directory will be used instead. 注意 : Please note that the ... e. 関連キーワード: 設定 , 実行 , debug , Specify , directory , string , temp , system , default , logging ...
https://man.plustar.jp/php/mongodb.configuration.html - [similar]
FTP サーバー上でディレクトリを移動する 7469
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... する 説明 ftp_chdir ( FTP\Connection $ftp , string $directory ): bool カレントディレクトリを、指定した場所に移動 ... パラメータ ftp FTP\Connection クラスのインスタンス directory 対象となるディレクトリ。 戻り値 成功した場合に tru ... ( "FTP connection has failed !" ); } echo "Current directory: " . ftp_pwd ( $ftp ) . "\n" ; // somedir に移動す ... ( ftp_chdir ( $ftp , "somedir" )) { echo "Current directory is now: " . ftp_pwd ( $ftp ) . "\n" ; } else { ech ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]
The setViewpath purpose 7057
« Yaf_Controller_Abstract::render Yaf_Action_Abstract » PHP Manual Yaf_Controller_Abstract The s ... af_Controller_Abstract::setViewpath ( string $view_directory ): void パラメータ view_directory 戻り値 関連キーワ ... ード: setViewpath , purpose , Yaf , Controller , directory , render , public , string , パラメータ , ...
https://man.plustar.jp/php/yaf-controller-abstract.setviewpath.html - [similar]
The RarEntry class 7000
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... L rar >= 0.1) はじめに A RAR entry, representing a directory or a compressed file inside a RAR archive. クラス概 ... ATTRIBUTE_WIN_SYSTEM = 4 ; const int ATTRIBUTE_WIN_DIRECTORY = 16 ; const int ATTRIBUTE_WIN_ARCHIVE = 32 ; cons ... TE_UNIX_CHAR_DEV = 8192 ; const int ATTRIBUTE_UNIX_DIRECTORY = 16384 ; const int ATTRIBUTE_UNIX_BLOCK_DEV = 245 ... kedSize (): int public getVersion (): int public isDirectory (): bool public isEncrypted (): bool public __toSt ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
定義済み定数 6897
« リソース型 Directory » PHP Manual ディレクトリ 定義済み定数 定義済み定数 DIRECTORY_SEPARATOR ( ... キーワード: 定義 , 定数 , int , string , リソース , Directory , ディレクトリ , セミコロン , コロン , ...
https://man.plustar.jp/php/dir.constants.html - [similar]
ディレクトリを作る 6897
« lstat move_uploaded_file » PHP Manual ファイルシステム 関数 ディレクトリを作る mkdir (PHP 4, P ... 8) mkdir — ディレクトリを作る 説明 mkdir ( string $directory , int $permissions = 0777 , bool $recursive = fals ... e , ? resource $context = null ): bool directory で指定したディレクトリを作成します。 パラメータ di ... sk を変更するには umask() を使用します。 recursive directory で、入れ子構造のディレクトリの作成を許可します。 c ... 関連キーワード: ディレクトリ , mkdir , permissions , directory , エラー , recursive , umask , 作成 , 発生 , レベル ...
https://man.plustar.jp/php/function.mkdir.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT