Results of 81 - 90 of about 142 for tmp (0.026 sec.)
- Replaces a record in a database 5412
- « dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re
...
hp // open in read-write mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { // gets the old row ...
-
https://man.plustar.jp/php/function.dbase-replace-record.html
- [similar]
- すべてのリクエストを処理し終えるまで libeio をポールする 5412
- « eio_dup2 eio_fallocate » PHP Manual Eio 関数 すべてのリクエストを処理し終えるまで libeio をポー
...
_loop() の例 <?php $temp_filename = "eio-temp-file.tmp" ; touch ( $temp_filename ); /* eio_chmod() が終了 ...
-
https://man.plustar.jp/php/function.eio-event-loop.html
- [similar]
- PostgreSQL 接続のトレースを無効にする 5412
- « pg_unescape_bytea pg_update » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを無効にする
...
st=localhost" ); if ( $pgsql_conn ) { pg_trace ( '/tmp/trace.log' , 'w' , $pgsql_conn ); pg_query ( "SELE ...
-
https://man.plustar.jp/php/function.pg-untrace.html
- [similar]
- 個人の単語リストをファイルに保存する 5412
- « pspell_new pspell_store_replacement » PHP Manual Pspell 関数 個人の単語リストをファイルに保存す
...
en" ); pspell_config_personal ( $pspell_config , "/tmp/dicts/newdict" ); $pspell = pspell_new_config ( $p ...
-
https://man.plustar.jp/php/function.pspell-save-wordlist.html
- [similar]
- コア php.ini ディレクティブに関する説明 5412
- « php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph
...
クリプト内で ini_set() を使って設定を厳しくして /www/tmp/ のようにできるということです。 複数のディレクトリ ...
可能 変更履歴 file_uploads "1" PHP_INI_SYSTEM upload_tmp_dir NULL PHP_INI_SYSTEM max_input_nesting_level 64 ...
を有効とするかどうか。 upload_max_filesize , upload_tmp_dir , post_max_size ディレクティブも参照ください。 ...
upload_tmp_dir string ファイルアップロード時にファイル保存に用 ...
-
https://man.plustar.jp/php/ini.core.html
- [similar]
- 新機能 5412
- « PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新
...
ght ): void { if ( $left === $right ) { return; } $tmp = $left ; $left = $right ; $right = $tmp ; } $a = ...
-
https://man.plustar.jp/php/migration71.new-features.html
- [similar]
- 簡易なファイルロックを行う 5412
- « SplFileObject::fgetss SplFileObject::fpassthru » PHP Manual SplFileObject 簡易なファイルロック
...
::flock() の例 <?php $file = new SplFileObject ( "/tmp/lock.txt" , "w" ); if ( $file -> flock ( LOCK_EX ) ...
-
https://man.plustar.jp/php/splfileobject.flock.html
- [similar]
- Create a new PDF converter 5412
- « wkhtmltox\PDF\Converter::add wkhtmltox\PDF\Converter::convert » PHP Manual wkhtmltox\PDF\Conve
...
ieJar path of file used to load and store cookies /tmp/cookies.txt >= 0.1.0 関連キーワード: output , docu ...
-
https://man.plustar.jp/php/wkhtmltox-pdf-converter.construct.html
- [similar]
- パラメータの値を設定する 5412
- « XSLTProcessor::removeParameter XSLTProcessor::setProfiling » PHP Manual XSLTProcessor パラメー
...
$name ); $proc -> transformToURI ( $xml , 'file:///tmp/' . $file . '.html' ); } ?> 参考 XSLTProcessor::ge ...
-
https://man.plustar.jp/php/xsltprocessor.setparameter.html
- [similar]
- インストール手順 5305
- « 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この PECL 拡張
...
バから書き込み可能な temp path が必要です。 APCu は TMP, TEMP, USERPROFILE 環境変数をこの順でチェックし、 ...
-
https://man.plustar.jp/php/apcu.installation.html
- [similar]