検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 511 for PATH (0.015 sec.)
gz ファイルを出力する 4274
« inflate_init zlib_decode » PHP Manual Zlib 関数 gz ファイルを出力する readgzfile (PHP 4, PHP 5 ... 明 readgzfile ( string $filename , int $use_include_path = 0 ): int | false ファイルを読み込み、解凍し、標準 ... され、 内容は標準出力に書き込まれます。 use_include_path include_path にあるファイルも検索したい場合、このオ ... ーワード: gz , 出力 , ファイル , readgzfile , 解凍 , path , include , use , 失敗 , パラメータ ...
https://man.plustar.jp/php/function.readgzfile.html - [similar]
Specify application credentials 4274
« Zookeeper Zookeeper::close » PHP Manual Zookeeper Specify application credentials Zookeeper::a ... p $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/path/to/node' ; $value = 'nodevalue' ; $zookee ... per -> set ( $path , $value ); $zookeeper -> addAuth ( 'digest' , 'us ... er0:passwd0' ); $r = $zookeeper -> get ( $path ); if ( $r ) echo $r ; else echo 'ERR' ; ?> 上の例 ...
https://man.plustar.jp/php/zookeeper.addauth.html - [similar]
リクエストトークンのパスを設定する 4243
« OAuthProvider::setParam OAuthProvider::timestampNonceHandler » PHP Manual OAuthProvider リクエ ... ークンのパスを設定する OAuthProvider::setRequestTokenPath (PECL OAuth >= 1.0.0) OAuthProvider::setRequestTok ... enPath — リクエストトークンのパスを設定する 説明 final pu ... blic OAuthProvider::setRequestTokenPath ( string $path ): bool リクエストトークンのパスを設 ... ん。引数のリストのみが 記述されています。 パラメータ path パス。 戻り値 true 参考 OAuthProvider::tokenHandle ...
https://man.plustar.jp/php/oauthprovider.setrequesttokenpath.html - [similar]
インストール手順 4243
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この拡張機能の ... cd wkhtmltox phpize ./configure --with-wkhtmltox=/path/to/wkhtmltox/installation make sudo make install 更 ... origin master phpize ./configure --with-wkhtmltox=/path/to/wkhtmltox/installation make sudo make install 関 ... 手順 , wkhtmltox , 設定 , 取得 , cd , configure , path , installation , install ...
https://man.plustar.jp/php/wkhtmltox.installation.html - [similar]
SQL 文を直接実行する 4219
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... R.INFO")/customerinfo\' COLUMNS "CID" VARCHAR (50) PATH \'@Cid\', "NAME" VARCHAR (50) PATH \'name\', "PHON ... E" VARCHAR (50) PATH \'phone [ @type = "work"]\' ) AS T WHERE NAME = \' ... USTOMER.INFO")/customerinfo\' COLUMNS "CID" BIGINT PATH \'@Cid\', "NAME" VARCHAR (50) PATH \'name\', "PHON ... E" VARCHAR (50) PATH \'phone [ @type = "work"]\' ) as A, PURCHASEORDER ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
ファイルを切り詰める 4219
« eio_syncfs eio_unlink » PHP Manual Eio 関数 ファイルを切り詰める eio_truncate (PECL eio >= 0.0 ... — ファイルを切り詰める 説明 eio_truncate ( string $path , int $offset = 0 , int $pri = EIO_PRI_DEFAULT , c ... mixed $data = NULL ): resource eio_truncate() は、 path で指定したファイルを切り詰めて、ちょうど length バ ... イトにします。 パラメータ path ファイルへのパス。 offset ファイルの先頭からのオフ ... ト , ファイル , 関数 , truncate , callback , data , path , offset , リソース ...
https://man.plustar.jp/php/function.eio-truncate.html - [similar]
設定ファイルをパースする 4219
« move_uploaded_file parse_ini_string » PHP Manual ファイルシステム 関数 設定ファイルをパースする ... トリから相対的な位置として評価され、 さらに include_path からファイルを探します。 process_sections process_ ... n] one = 1 five = 5 animal = BIRD [second_section] path = "/usr/local/bin" URL = "http://www.example.com/~ ... ay ( [one] => 1 [five] => 5 [animal] => Dodo bird [path] => /usr/local/bin [URL] => http://www.example.com ... nimal] => Dodo bird ) [second_section] => Array ( [path] => /usr/local/bin [URL] => http://www.example.com ...
https://man.plustar.jp/php/function.parse-ini-file.html - [similar]
シンボリックリンクの情報を取得する 4219
« ssh2_sftp_chmod ssh2_sftp_mkdir » PHP Manual SSH2 関数 シンボリックリンクの情報を取得する ssh2 ... する 説明 ssh2_sftp_lstat ( resource $sftp , string $path ): array リンクを辿ら ない で リモートファイルシス ... tp ssh2_sftp() でオープンした SSH2 SFTP リソース。 path リモートのシンボリックリンクへのパス。 戻り値 戻り ... nection ); $statinfo = ssh2_sftp_lstat ( $sftp , '/path/to/symlink' ); $filesize = $statinfo [ 'size' ]; $ ... 得 , sftp , lstat , 関数 , stat , リモート , SFTP , path , 経由 ...
https://man.plustar.jp/php/function.ssh2-sftp-lstat.html - [similar]
Returns the status of working copy files and directories 4219
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... py files and directories 説明 svn_status ( string $path , int $flags = 0 ): array Returns the status of wo ... r changes to items in the working copy. パラメータ path Local path to file or directory to retrieve status ... のスクリプトの作業ディレクトリを基準とするには、 realpath() あるいは dirname(__FILE__) を使用してください。 ... ciative array that can contain the following keys: path String path to file/directory of this entry on loc ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
インストール手順 4219
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 mysqli 拡張モ ... Native Driver の利点が簡単にまとめられています。 /path/to/mysql_config は、MySQL Server に含まれる mysql_ ... 履歴 5.4.x 以降 mysqlnd --with-mysqli --with-mysqli=/path/to/mysql_config mysqlnd がデフォルトになりました。 ... ibmysqlclient --with-mysqli=mysqlnd --with-mysqli=/path/to/mysql_config mysqlnd が使えるようになりました。 ... 5.2.x libmysqlclient 利用できません --with-mysqli=/path/to/mysql_config mysqlnd は使えません。 MySQL 拡張モ ...
https://man.plustar.jp/php/mysqli.installation.html - [similar]