検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 317 for [SIMILAR] 16 1024 4096 WITH 18518 ビジ WITH 1398... (1.381 sec.)
データをファイルに同期する(メタデータも含む) 0
« fstat ftell » PHP Manual ファイルシステム 関数 データをファイルに同期する(メタデータも含む) fsync (PHP 8 >= 8.1.0) fsync — データをファイルに同期する(メタデータも含む) 説明 fsync ( resource $stream ): bool この関数は、 変更をメタデータも含めてファイルに同期します。 fflush() に似ています ...
https://man.plustar.jp/php/function.fsync.html - [similar]
ファイルを指定した長さに丸める 0
« ftell fwrite » PHP Manual ファイルシステム 関数 ファイルを指定した長さに丸める ftruncate (PHP 4, PHP 5, PHP 7, PHP 8) ftruncate — ファイルを指定した長さに丸める 説明 ftruncate ( resource $stream , int $size ): bool ファイルポインタ stream を引数とし、 ファイルを指定した長さ、サイズに丸 ...
https://man.plustar.jp/php/function.ftruncate.html - [similar]
プロセスのファイルポインタをクローズする 0
« pathinfo popen » PHP Manual ファイルシステム 関数 プロセスのファイルポインタをクローズする pclose (PHP 4, PHP 5, PHP 7, PHP 8) pclose — プロセスのファイルポインタをクローズする 説明 pclose ( resource $handle ): int popen() でオープンしたパイプへの ファイルポインタをクローズします。 パラ ...
https://man.plustar.jp/php/function.pclose.html - [similar]
gz ファイルを出力する 0
« inflate_init zlib_decode » PHP Manual Zlib 関数 gz ファイルを出力する readgzfile (PHP 4, PHP 5, PHP 7, PHP 8) readgzfile — gz ファイルを出力する 説明 readgzfile ( string $filename , int $use_include_path = 0 ): int | false ファイルを読み込み、解凍し、標準出力に書き込みます。 readgzfile ...
https://man.plustar.jp/php/function.readgzfile.html - [similar]
realpath キャッシュ・エントリーを取得 0
« readlink realpath_cache_size » PHP Manual ファイルシステム 関数 realpath キャッシュ・エントリーを取得 realpath_cache_get (PHP 5 >= 5.3.2, PHP 7, PHP 8) realpath_cache_get — realpath キャッシュ・エントリーを取得 説明 realpath_cache_get (): array realpath キャッシュ内容を取得します。 パラ ...
https://man.plustar.jp/php/function.realpath-cache-get.html - [similar]
ファイルをリネームする 0
« realpath rewind » PHP Manual ファイルシステム 関数 ファイルをリネームする rename (PHP 4, PHP 5, PHP 7, PHP 8) rename — ファイルをリネームする 説明 rename ( string $from , string $to , ? resource $context = null ): bool from を to にリネームし、必要ならディレクトリを移動しようと試みます ...
https://man.plustar.jp/php/function.rename.html - [similar]
ファイルポインタの位置を先頭に戻す 0
« rename rmdir » PHP Manual ファイルシステム 関数 ファイルポインタの位置を先頭に戻す rewind (PHP 4, PHP 5, PHP 7, PHP 8) rewind — ファイルポインタの位置を先頭に戻す 説明 rewind ( resource $stream ): bool stream のファイル位置指示子を、 ファイルストリームの先頭にセットします。 注意 : 追記 ...
https://man.plustar.jp/php/function.rewind.html - [similar]
現在のセッションデータ保存パスを取得または設定する 0
« session_reset session_set_cookie_params » PHP Manual セッション関数 現在のセッションデータ保存パスを取得または設定する session_save_path (PHP 4, PHP 5, PHP 7, PHP 8) session_save_path — 現在のセッションデータ保存パスを取得または設定する 説明 session_save_path ( ? string $path = null ): ...
https://man.plustar.jp/php/function.session-save-path.html - [similar]
SCP 経由でファイルを送信する 0
« ssh2_scp_recv ssh2_send_eof » PHP Manual SSH2 関数 SCP 経由でファイルを送信する ssh2_scp_send (PECL ssh2 >= 0.9.0) ssh2_scp_send — SCP 経由でファイルを送信する 説明 ssh2_scp_send ( resource $session , string $local_file , string $remote_file , int $create_mode = 0644 ): bool ローカルフ ...
https://man.plustar.jp/php/function.ssh2-scp-send.html - [similar]
テンポラリファイルを作成する 0
« tempnam touch » PHP Manual ファイルシステム 関数 テンポラリファイルを作成する tmpfile (PHP 4, PHP 5, PHP 7, PHP 8) tmpfile — テンポラリファイルを作成する 説明 tmpfile (): resource | false 書き込み可のモード (w+) でユニークな名前を有するテンポラリファイルを作成し、 ファイルハンドルを返し ...
https://man.plustar.jp/php/function.tmpfile.html - [similar]