検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 511 for path (0.067 sec.)
Create a new PDF converter 3975
« wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve ... epth maximum depth of outline >= 0.1.0 dumpOutline path of file to dump outline XML >= 0.1.0 out path of o ... in the output document 94 >= 0.1.0 load.cookieJar path of file used to load and store cookies /tmp/cookie ...
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html - [similar]
Diff two XML files 3975
« XMLDiff\File XMLDiff\File::merge » PHP Manual XMLDiff\File Diff two XML files XMLDiff\File::di ... string with the diff information. パラメータ from Path to the source document. to Path to the target docu ...
https://man.plustar.jp/php/xmldiff-file.diff.html - [similar]
Produce merged XML document 3975
« XMLDiff\File::diff XML パーサ » PHP Manual XMLDiff\File Produce merged XML document XMLDiff\Fi ... based on diffs and source document. パラメータ src Path to the source XML document. diff Path to the XML d ...
https://man.plustar.jp/php/xmldiff-file.merge.html - [similar]
e-mail メッセージを送信する 3944
« imap_mail_move imap_mailboxmsginfo » PHP Manual IMAP 関数 e-mail メッセージを送信する imap_mai ... c = null , ? string $bcc = null , ? string $return_path = null ): bool この関数は、Cc および Bcc 受信者の正 ... を受信しますが、 ヘッダからは除外されます。 return_path リターンパスを指定するために rpath パラメータを使用 ... 説明 8.0.0 additional_headers , cc , bcc , return_path は、nullable になりました。 参考 mail() - メールを ...
https://man.plustar.jp/php/function.imap-mail.html - [similar]
stream_wrapper_register のエイリアス 3944
« stream_notification_callback stream_resolve_include_path » PHP Manual ストリーム 関数 stream_w ... 関数 , notification , callback , resolve , include , path , ストリーム ...
https://man.plustar.jp/php/function.stream-register-wrapper.html - [similar]
基本的な使用法 3944
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ ... che セッションハンドラの使用例 <?php $session_save_path = "tcp:// $host : $port ?persistent=1&weight=2&tim ... e_handler' , 'memcache' ); ini_set ( 'session.save_path' , $session_save_path ); ?> 関連キーワード: 基本 , ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
空のディレクトリを phar アーカイブに追加する 3944
« Phar Phar::addFile » PHP Manual Phar 空のディレクトリを phar アーカイブに追加する Phar::addEmp ... ::addEmptyDir() の例 <?php try { $a = new Phar ( '/path/to/phar.phar' ); $a -> addEmptyDir ( '/full/path/t ... / できあがったファイルを確認します $b = $a [ 'full/path/to/file' ]-> isDir (); } catch ( Exception $e ) { ...
https://man.plustar.jp/php/phar.addemptydir.html - [similar]
phar アーカイブの内容をディレクトリに展開する 3944
« Phar::__destruct Phar::getAlias » PHP Manual Phar phar アーカイブの内容をディレクトリに展開する ... har ( 'myphar.phar' ); $phar -> extractTo ( '/full/path' ); // すべてのファイルを展開します $phar -> extra ... ctTo ( '/another/path' , 'file.txt' ); // file.txt のみを展開します $pha ... r -> extractTo ( '/this/path' , array( 'file1.txt' , 'file2.txt' )); // 2 つのフ ... ァイルだけを展開します $phar -> extractTo ( '/third/path' , null , true ); // すべてのファイルを展開し、上書 ...
https://man.plustar.jp/php/phar.extractto.html - [similar]
現在実行中の Phar アーカイブのフルパスあるいは完全な phar URL を返す 3944
« Phar::offsetUnset Phar::setAlias » PHP Manual Phar 現在実行中の Phar アーカイブのフルパスあるい ... har::running() の例 次の例では、phar アーカイブが /path/to/phar/my.phar にあるものとします。 <?php $a = Ph ... ar :: running (); // $a は "phar:///path/to/my.phar" $b = Phar :: running ( false ); // $b ... は "/path/to/my.phar" ?> 関連キーワード: phar , Phar , アーカ ...
https://man.plustar.jp/php/phar.running.html - [similar]
tar/zip アーカイブの内容をディレクトリに展開する 3944
« PharData::__destruct PharData::isWritable » PHP Manual PharData tar/zip アーカイブの内容をディ ... Data ( 'myphar.tar' ); $phar -> extractTo ( '/full/path' ); // すべてのファイルを展開します $phar -> extra ... ctTo ( '/another/path' , 'file.txt' ); // file.txt のみを展開します $pha ... r -> extractTo ( '/this/path' , array( 'file1.txt' , 'file2.txt' )); // 2 つのフ ... ァイルだけを展開します $phar -> extractTo ( '/third/path' , null , true ); // すべてのファイルを展開し、上書 ...
https://man.plustar.jp/php/phardata.extractto.html - [similar]