検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 142 for tmp (0.011 sec.)
基本的な例 5305
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ...
https://man.plustar.jp/php/dba.example.html - [similar]
エラーメッセージの説明 5305
« POST メソッドによるアップロード 陥りやすい落とし穴 » PHP Manual ファイルアップロードの処理 エラ ... ァイルはアップロードされませんでした。 UPLOAD_ERR_NO_TMP_DIR 値: 6; テンポラリフォルダがありません。 UPLOAD ...
https://man.plustar.jp/php/features.file-upload.errors.html - [similar]
バイナリ対応の bzip2 ファイル読み込み 5305
« bzopen bzwrite » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイル読み込み bzread (PHP 4 >= ... を返します。 例 例1 bzread() の例 <?php $file = "/tmp/foo.bz2" ; $bz = bzopen ( $file , "r" ) or die( "C ...
https://man.plustar.jp/php/function.bzread.html - [similar]
Gets a record from a database as an associative array 5305
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... php // open in read-only mode $db = dbase_open ( '/tmp/test.dbf' , 0 ); if ( $db ) { $record_numbers = db ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
内部での libeio との通信に使う変数を表すストリームを取得する 5305
« eio_futime eio_get_last_error » PHP Manual Eio 関数 内部での libeio との通信に使う変数を表すス ... EFAULT , "my_res_cb" , "nop data" ); eio_mkdir ( "/tmp/abc-eio-temp" , 0750 , EIO_PRI_DEFAULT , "my_res_c ...
https://man.plustar.jp/php/function.eio-get-event-stream.html - [similar]
gz ファイルを開く 5305
« gzinflate gzpassthru » PHP Manual Zlib 関数 gz ファイルを開く gzopen (PHP 4, PHP 5, PHP 7, PHP ... します。 例 例1 gzopen() の例 <?php $fp = gzopen ( "/tmp/file.gz" , "r" ); ?> 参考 gzclose() - 開かれたgzフ ...
https://man.plustar.jp/php/function.gzopen.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 5305
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... t ( $host , $username , $password ); $filename = '/tmp/bar' ; $fd = fopen ( $filename , 'r' ); if ( $fd ) ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]
スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 5305
« posix_mkfifo posix_setegid » PHP Manual POSIX 関数 スペシャルファイルあるいは通常のファイルを作 ... 返します。 例 例1 posix_mknod() の例 <?php $file = '/tmp/tmpfile' ; // ファイル名 $type = POSIX_S_IFBLK ; / ...
https://man.plustar.jp/php/function.posix-mknod.html - [similar]
データベース接続 5305
« 手続き型とオブジェクト指向インターフェイス ステートメントの実行 » PHP Manual クイックスタートガ ... "" mysqli.default_port=3306 mysqli.default_socket=/tmp/mysql.sock 結果として決まった引数の値が、 拡張機能 ... の接続がリクエストされた場合、 デフォルトのソケット /tmp/mysql.sock を使って接続を試みます。 Windows の場合 ...
https://man.plustar.jp/php/mysqli.quickstart.connections.html - [similar]
MySQL データベースに接続する 5305
« MySQL (PDO) MS SQL Server (PDO) » PHP Manual MySQL (PDO) MySQL データベースに接続する PDO_MYSQ ... calhost;port=3307;dbname=testdb mysql:unix_socket=/tmp/mysql.sock;dbname=testdb 注意 注意 : Unix のみ ホス ...
https://man.plustar.jp/php/ref.pdo-mysql.connection.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT