検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 174 for contents (0.010 sec.)
Phar アーカイブの使用法: Phar クラスおよび PharData クラス 5657
« Phar アーカイブの使用法: phar ストリームラッパー Phar アーカイブの作成 » PHP Manual Phar アーカ ... ようにできます。 <?php // これらのふたつの file_get_contents() コールが同等となるのは、 // /path/to/myphar.phar ... r オブジェクトを初期化した場合です。 $f = file_get_contents ( 'phar:///path/to/myphar.phar/whatever.txt' ); $f ... = file_get_contents ( 'phar://myphar.phar/whatever.txt' ); ?> 新しく作 ...
https://man.plustar.jp/php/phar.using.object.html - [similar]
Rar アーカイブをオープンする 5657
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープン ... Content of first one follows:\n" ; echo stream_get_contents ( $stream ); fclose ( $stream ); ?> 上の例の出力は ... es. Content of first one follows: Encrypted file 1 contents. 例2 手続き型 <?php $rar_arch = rar_open ( 'encryp ... Content of first one follows:\n" ; echo stream_get_contents ( $stream ); fclose ( $stream ); ?> 例3 ボリューム ...
https://man.plustar.jp/php/rararchive.open.html - [similar]
gzip 圧縮された文字列を作成する 5590
« gzdeflate gzeof » PHP Manual Zlib 関数 gzip 圧縮された文字列を作成する gzencode (PHP 4 >= 4.0. ... す。 例1 gzip ファイルの生成 <?php $data = file_get_contents ( "bigfile.txt" ); $gzdata = gzencode ( $data , 9 ... ); file_put_contents ( "bigfile.txt.gz" , $gzdata ); ?> 参考 gzdecode() ...
https://man.plustar.jp/php/function.gzencode.html - [similar]
現在のページに注釈を追加する 5590
« ps_add_locallink ps_add_pdflink » PHP Manual PS 関数 現在のページに注釈を追加する ps_add_note ... x , float $lly , float $urx , float $ury , string $contents , string $title , string $icon , int $open ): bool ... 座標。 urx 右上角の x 座標。 ury 右上角の y 座標。 contents 注釈のテキスト。 title 注釈のヘッダに表示される、タ ...
https://man.plustar.jp/php/function.ps-add-note.html - [similar]
Move the cursor of a lob object 5523
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... rid_lob2_seek() example <?php // test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 33000 ... _execute ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
出力用バッファをクリア(消去)し、出力のバッファリングをオフにする 5523
« ob_clean ob_end_flush » PHP Manual 出力制御 関数 出力用バッファをクリア(消去)し、出力のバッファ ... れると 破棄されるため、 ob_end_clean() の前に ob_get_contents() をコールしなければなりません。 出力バッファを開始 ... _start() - 出力のバッファリングを有効にする ob_get_contents() - 出力用バッファの内容を返す ob_flush() - 出力バ ...
https://man.plustar.jp/php/function.ob-end-clean.html - [similar]
出力バッファをフラッシュし、その内容を文字列として返した後で出力バッファリングを... 5523
« ob_get_contents ob_get_length » PHP Manual 出力制御 関数 出力バッファをフラッシュし、その内容を ... イルに保存します $buffer = ob_get_flush (); file_put_contents ( 'buffer.txt' , $buffer ); print_r ( ob_list_hand ...
https://man.plustar.jp/php/function.ob-get-flush.html - [similar]
メソッドリクエスト用の XML を生成する 5523
« xmlrpc_decode xmlrpc_encode » PHP Manual XML-RPC 関数 メソッドリクエスト用の XML を生成する xm ... xml" , 'content' => $request ))); $file = file_get_contents ( "http://www.example.com/xmlrpc" , false , $conte ... eate() - ストリームコンテキストを作成する file_get_contents() - ファイルの内容を全て文字列に読み込む xmlrpc_de ...
https://man.plustar.jp/php/function.xmlrpc-encode-request.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 5523
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... apture_session_meta' => TRUE ]]); $html = file_get_contents ( 'https://google.com/' , FALSE , $ctx ); $meta = ... PTO_METHOD_SSLv3_SERVER sslv3:// <?php // file_get_contents() を使うには TLS 1.0 以降が必要です $ctx = stream_ ... CRYPTO_METHOD_TLS_CLIENT , ], ]); $html = file_get_contents ( 'https://google.com/' , false , $ctx ); // TLS 1 ... TO_METHOD_TLSv1_2_CLIENT , ], ]); $html = file_get_contents ( 'https://google.com/' , false , $ctx ); // 接続時 ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 5523
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加す ... Phar::addFromString ( string $localName , string $contents ): void 注意 : このメソッドは、 php.ini の phar.re ... lName ファイルをアーカイブ内に格納するときのパス。 contents ファイルに保存する内容。 戻り値 戻り値はありません ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT