検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 142 for tmp (0.091 sec.)
実行時設定 5305
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... l_cache_enabled 1 PHP_INI_ALL soap.wsdl_cache_dir /tmp PHP_INI_ALL soap.wsdl_cache_ttl 86400 PHP_INI_ALL ...
https://man.plustar.jp/php/soap.configuration.html - [similar]
ファイルの SplFileObject オブジェクトを取得する 5305
« SplFileInfo::isWritable SplFileInfo::setFileClass » PHP Manual SplFileInfo ファイルの SplFileO ... nFile() の例 <?php $fileinfo = new SplFileInfo ( '/tmp/foo.txt' ); if ( $fileinfo -> isWritable ()) { $fi ...
https://man.plustar.jp/php/splfileinfo.openfile.html - [similar]
5305
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></he ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
シンボリックリンクの値を読む 5210
« eio_readdir eio_realpath » PHP Manual Eio 関数 シンボリックリンクの値を読む eio_readlink (PECL ... ようになります。 bool(true) bool(true) string(16) "/tmp/symlink.dat" 参考 eio_symlink() - シンボリックリン ...
https://man.plustar.jp/php/function.eio-readlink.html - [similar]
シンボリックリンクを作る 5210
« eio_statvfs eio_sync_file_range » PHP Manual Eio 関数 シンボリックリンクを作る eio_symlink (PE ... とえば以下のようになります。 bool(true) string(16) "/tmp/symlink.dat" 参考 eio_link() - ファイルのハードリン ...
https://man.plustar.jp/php/function.eio-symlink.html - [similar]
ファイルポインタから 1 行取得する 5210
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... 1 行毎にファイルを読み込む <?php $fp = @ fopen ( "/tmp/inputfile.txt" , "r" ); if ( $fp ) { while (( $buf ...
https://man.plustar.jp/php/function.fgets.html - [similar]
データベースサーバーについての情報を要求する 5210
« ibase_rollback ibase_service_attach » PHP Manual Firebird/InterBase 関数 データベースサーバーに ... erver directory: /etc/firebird/ Server lock path: /tmp/firebird/ Server lib path: /usr/lib64/firebird/lib ...
https://man.plustar.jp/php/function.ibase-server-info.html - [similar]
ラージオブジェクトをファイルにエクスポートする 5210
« pg_lo_create pg_lo_import » PHP Manual PostgreSQL 関数 ラージオブジェクトをファイルにエクスポー ... e ( $handle ); pg_lo_export ( $database , $oid , '/tmp/lob.dat' ); pg_query ( $database , "commit" ); ?> ...
https://man.plustar.jp/php/function.pg-lo-export.html - [similar]
ファイルからラージオブジェクトをインポートする 5210
« pg_lo_export pg_lo_open » PHP Manual PostgreSQL 関数 ファイルからラージオブジェクトをインポート ... e , "begin" ); $oid = pg_lo_import ( $database , '/tmp/lob.dat' ); pg_query ( $database , "commit" ); ?> ...
https://man.plustar.jp/php/function.pg-lo-import.html - [similar]
指定されたパスのファイルとディレクトリのリストを取得する 5210
« rewinddir Fileinfo » PHP Manual ディレクトリ 関数 指定されたパスのファイルとディレクトリのリス ... ました。 例 例1 scandir() の簡単な例 <?php $dir = '/tmp' ; $files1 = scandir ( $dir ); $files2 = scandir ( ...
https://man.plustar.jp/php/function.scandir.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT