検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 174 for contents (0.016 sec.)
ファイルから読み取る 5859
« SplFileObject::fputcsv SplFileObject::fscanf » PHP Manual SplFileObject ファイルから読み取る S ... ます 例 例1 SplFileObject::fread() の例 <?php // Get contents of a file into a string $filename = "/usr/local/so ... ; $file = new SplFileObject ( $filename , "r" ); $contents = $file -> fread ( $file -> getSize ()); ?> 注意 注 ...
https://man.plustar.jp/php/splfileobject.fread.html - [similar]
出力バッファをフラッシュ(送信)する 5792
« ob_end_flush ob_get_clean » PHP Manual 出力制御 関数 出力バッファをフラッシュ(送信)する ob_flu ... ァの内容が破棄されるので、 ob_flush() の前に ob_get_contents() をコールする必要があります。 この関数は、 ob_end ... を、失敗した場合に false を返します。 参考 ob_get_contents() - 出力用バッファの内容を返す ob_clean() - 出力バ ...
https://man.plustar.jp/php/function.ob-flush.html - [similar]
Export the lob object to a file 5725
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... cubrid_lob2_export() function is used to save the contents of BLOB/CLOB data to a file. To use this function, ... export() example <?php // Table: test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 33000 ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
Import BLOB/CLOB data from a file 5725
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... cubrid_lob2_import() function is used to save the contents of BLOB/CLOB data from a file. To use this functio ... _execute ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ); $req = cubrid_prepare ( $conn , "INSERT ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
ファイル全体を読み込んで配列に格納する 5725
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格 ... 注意 : ファイルの内容を文字列として返すには file_get_contents() を使用します。 パラメータ filename ファイルへのパ ... 警告を検出し、抑制する必要があります。 参考 file_get_contents() - ファイルの内容を全て文字列に読み込む readfile( ...
https://man.plustar.jp/php/function.file.html - [similar]
Phar アーカイブオブジェクトを作成する 5725
« Phar::compressFiles Phar::convertToData » PHP Manual Phar Phar アーカイブオブジェクトを作成する ... ありえません' ; } // これは動作します echo file_get_contents ( 'phar://my.phar/example.txt' ); // これも動作しま ... す echo file_get_contents ( 'phar:///path/to/my.phar/example.txt' ); ?> 関連 ...
https://man.plustar.jp/php/phar.construct.html - [similar]
インデックスで指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 5725
« ZipArchive::getStream ZipArchive::getStreamName » PHP Manual ZipArchive インデックスで指定され ... fread() でエントリの内容を取得し、保存する <?php $contents = '' ; $z = new ZipArchive (); if ( $z -> open ( ' ... ) die( $z -> getStatusString ()); echo stream_get_contents ( $fp ); fclose ( $fp ); } ?> 参考 ZipArchive::get ...
https://man.plustar.jp/php/ziparchive.getstreamindex.html - [similar]
名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 5725
« ZipArchive::getStreamIndex ZipArchive::isCompressionMethodSupported » PHP Manual ZipArchive 名 ... fread() でエントリの内容を取得し、保存する <?php $contents = '' ; $z = new ZipArchive (); if ( $z -> open ( ' ... ) die( $z -> getStatusString ()); echo stream_get_contents ( $fp ); fclose ( $fp ); } ?> 参考 ZipArchive::get ...
https://man.plustar.jp/php/ziparchive.getstreamname.html - [similar]
Bind a lob object or a string as a lob object to a prepared statement as paramet... 5657
« cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a ... 2_bind() example <?php // Table: 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-bind.html - [similar]
ふたつのパスの差分を再帰的に取得する 5657
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... v/foo' , SVN_REVISION_HEAD ); if (! $diff ) exit; $contents = '' ; while (! feof ( $diff )) { $contents .= fre ... fclose ( $diff ); fclose ( $errors ); var_dump ( $contents ); ?> 上の例の出力は以下となります。 Index: http:/ ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT