検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 174 for contents (0.002 sec.)
fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取りさ... 8010
« Phar::hasMetadata Phar::isBuffering » PHP Manual Phar fopen、file_get_contents、opendir などの ... 2.0.0) Phar::interceptFileFuncs — fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取 ... leFuncs (): void fopen() や readfile() 、 file_get_contents() 、 opendir() などの stat 関連の関数をすべて phar ... har::interceptFileFuncs() の例 <?php echo file_get_contents ( 'file2.txt' ); ?> 通常は、PHP はカレントディレク ... Phar , file , interceptFileFuncs , 関数 , fopen , contents , opendir , stat , 横取り ...
https://man.plustar.jp/php/phar.interceptfilefuncs.html - [similar]
Export the contents of a SVN directory 7741
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_exp ... ort (PECL svn >= 0.3.0) svn_export — Export the contents of a SVN directory 説明 svn_export ( string $fromp ... = true , int $revision_no = -1 ): bool Export the contents of either a working copy or repository into a 'cle ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
Get contents of collection type column using OID 7607
« cubrid_close_request cubrid_col_size » PHP Manual CUBRID 関数 Get contents of collection type ... ol_get (PECL CUBRID >= 8.3.0) cubrid_col_get — Get contents of collection type column using OID 説明 cubrid_co ... array The cubrid_col_get() function is used to get contents of the elements of the collection type (set, multi ... ) "2" [2]=> string(1) "3" } int(3) 関連キーワード: contents , collection , type , using , OID , cubrid , Get , ...
https://man.plustar.jp/php/function.cubrid-col-get.html - [similar]
バイナリセーフなファイルの読み込み 7473
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... thing.txt" ; $handle = fopen ( $filename , "r" ); $contents = fread ( $handle , filesize ( $filename )); fclos ... epic.gif" ; $handle = fopen ( $filename , "rb" ); $contents = fread ( $handle , filesize ( $filename )); fclos ... dle = fopen ( "http://www.example.com/" , "rb" ); $contents = stream_get_contents ( $handle ); fclose ( $handl ... dle ) { exit( "Failed to open stream to URL" ); } $contents = '' ; while (! feof ( $handle )) { $contents .= f ...
https://man.plustar.jp/php/function.fread.html - [similar]
WinCache 関数への切り替え 7473
« WinCache セッションハンドラ リソース型 » PHP Manual インストール/設定 WinCache 関数への切り替え ... ている関数は、次のとおりです。 file_exists file_get_contents readfile is_readable is_writable is_dir realpath f ... 例を以下に示します。この例では、PHP の関数 file_get_contents() がコールされると、それが wincache_file_get_conte ... uteList] file_exists=wincache_file_exists file_get_contents:2=wincache_file_get_contents readfile:2=wincache_r ... ード: 関数 , WinCache , wincache , 切り替え , file , contents , reroute , パラメータ , 機能 , writable ...
https://man.plustar.jp/php/wincache.reroutes.html - [similar]
コンテンツが変更されている場合に true、されていない場合に false を返す 7405
« svn_fs_check_path svn_fs_copy » PHP Manual SVN 関数 コンテンツが変更されている場合に true、され ... ていない場合に false を返す svn_fs_contents_changed (PECL svn >= 0.2.0) svn_fs_contents_change ... true、されていない場合に false を返す 説明 svn_fs_contents_changed ( resource $root1 , string $path1 , resour ... ださい。 関連キーワード: 変更 , コンテンツ , 関数 , contents , changed , string , resource , 警告 , SVN , copy ...
https://man.plustar.jp/php/function.svn-fs-contents-changed.html - [similar]
指定したバージョンの fs から、ファイルの中身を読み込むためのストリームを返す 7338
« svn_fs_dir_entries svn_fs_file_length » PHP Manual SVN 関数 指定したバージョンの fs から、ファ ... ルの中身を読み込むためのストリームを返す svn_fs_file_contents (PECL svn >= 0.1.0) svn_fs_file_contents — 指定した ... 身を読み込むためのストリームを返す 説明 svn_fs_file_contents ( resource $fsroot , string $path ): resource 警告 ... ーム , バージョン , 指定 , ファイル , 関数 , file , contents , resource , 警告 ...
https://man.plustar.jp/php/function.svn-fs-file-contents.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 7271
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... ent-Disposition の名前と値を連想配列で指定します。 contents.data string ペイロード lines int The size of the p ... tmp/imap.c.gz" ; $fp = fopen ( $filename , "r" ); $contents = fread ( $fp , filesize ( $filename )); fclose ( ... description" ] = basename ( $filename ); $part2 [ "contents.data" ] = $contents ; $part3 [ "type" ] = TYPETEXT ... rt3 [ "description" ] = "description3" ; $part3 [ "contents.data" ] = "contents.data3\n\n\n\t" ; $body [ 1 ] = ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
Compares memory areas 7136
« FFI::load FFI::memcpy » PHP Manual FFI Compares memory areas FFI::memcmp (PHP 7 >= 7.4.0, PHP ... ber of bytes to compare. 戻り値 Returns < 0 if the contents of the memory area starting at ptr1 are considered ... less than the contents of the memory area starting at ptr2 , > 0 if the c ...
https://man.plustar.jp/php/ffi.memcmp.html - [similar]
収集する処理が呼ばれた情報の一覧を返す 7136
« Scoutapm 関数 scoutapm_list_instrumented_functions » PHP Manual Scoutapm 関数 収集する処理が呼 ... 例 例1 収集された呼び出しを取得する <?php file_get_contents ( 'a.txt' ); file_get_contents ( 'b.txt' ); print_ ... ます。 Array ( [0] => Array ( [function] => file_get_contents [entered] => 1576839727.7934 [exited] => 157683972 ... => a.txt ) ) [1] => Array ( [function] => file_get_contents [entered] => 1576839727.7935 [exited] => 157683972 ...
https://man.plustar.jp/php/function.scoutapm-get-calls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT