検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 179 for fopen (0.205 sec.)
RAR 5111
« ssh2:// ogg:// » PHP Manual サポートするプロトコル/ラッパー RAR rar:// rar:// — RAR 説明 このラ ... ション ラッパーの概要 属性 サポートの有無 allow_url_fopen で制約される No allow_url_include で制約される No ... ファイルのオープン (ヘッダの暗号化) <?php $stream = fopen ( "rar://" . rawurlencode ( dirname ( __FILE__ )) ...
https://man.plustar.jp/php/wrappers.rar.html - [similar]
XML エレメント構造の例 5022
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... er , "startElement" , "endElement" ); if (!( $fp = fopen ( $file , "r" ))) { die( "XML 入力をオープンできま ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]
新規 FDF ドキュメントを作成する 5022
« fdf_close fdf_enum_values » PHP Manual FDF 関数 新規 FDF ドキュメントを作成する fdf_create (PH ... der ( "Content-type: application/vnd.fdf" ); $fp = fopen ( "outtest.fdf" , "r" ); fpassthru ( $fp ); unlink ...
https://man.plustar.jp/php/function.fdf-create.html - [similar]
FDF ドキュメントをオープンする 5022
« fdf_open_string fdf_remove_item » PHP Manual FDF 関数 FDF ドキュメントをオープンする fdf_open ... DF データをテンポラリファイルに保存します $fdffp = fopen ( "test.fdf" , "w" ); fwrite ( $fdffp , $HTTP_FDF_ ...
https://man.plustar.jp/php/function.fdf-open.html - [similar]
ファイルの内容を全て文字列に読み込む 5022
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... この関数はバイナリデータに対応しています。 ヒント fopen wrappers が有効の場合、この関数のファイル名として ... ることができます。ファイル名の指定方法に関する詳細は fopen() を参照ください。 サポートするプロトコル/ラッパー ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
リソース型を返す 5022
« get_resource_id gettype » PHP Manual 変数操作 関数 リソース型を返す get_resource_type (PHP 4 > ... せます。 例 例1 get_resource_type() の例 <?php $fp = fopen ( "foo" , "w" ); echo get_resource_type ( $fp ) . ...
https://man.plustar.jp/php/function.get-resource-type.html - [similar]
コンパイラの実行を中止する 5022
« get_browser highlight_file » PHP Manual その他の関数 コンパイラの実行を中止する __halt_compile ... ) の例 <?php // このファイルをオープンします $fp = fopen ( __FILE__ , 'r' ); // データのある位置までファイル ...
https://man.plustar.jp/php/function.halt-compiler.html - [similar]
Sends data from parameter streams to the server 5022
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... a stream and put it in the $params array. $data = fopen ( "data://text/plain,[ Lengthy content here. ]" , ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
ストリームからフィルタを取り除く 5022
« stream_filter_register stream_get_contents » PHP Manual ストリーム 関数 ストリームからフィルタ ... ルを読み込み/書き込みモードでオープンします */ $fp = fopen ( "test.txt" , "rw" ); $rot13_filter = stream_filt ...
https://man.plustar.jp/php/function.stream-filter-remove.html - [similar]
テンポラリファイルを作成する 5022
« tempnam touch » PHP Manual ファイルシステム 関数 テンポラリファイルを作成する tmpfile (PHP 4, ... ん。 戻り値 ファイルのハンドルを返します。 これは、 fopen() により返されるハンドルと同じものです。 失敗した場 ...
https://man.plustar.jp/php/function.tmpfile.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT