検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 929 for [SIMILAR] 16 1024 4096 WITH 25186 compersisthelp... (0.573 sec.)
出力バッファをフラッシュ(送信)する 0
« ob_end_flush ob_get_clean » PHP Manual 出力制御 関数 出力バッファをフラッシュ(送信)する ob_flush (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_flush — 出力バッファをフラッシュ(送信)する 説明 ob_flush (): bool この関数は、(ある場合に)出力バッファの内容を送信します。 更にバッファの内容を処理し ...
https://man.plustar.jp/php/function.ob-flush.html - [similar]
現在のバッファの内容を取得し、出力バッファを削除する 0
« ob_flush ob_get_contents » PHP Manual 出力制御 関数 現在のバッファの内容を取得し、出力バッファを削除する ob_get_clean (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ob_get_clean — 現在のバッファの内容を取得し、出力バッファを削除する 説明 ob_get_clean (): string | false 現在のバッファの中身を取得 ...
https://man.plustar.jp/php/function.ob-get-clean.html - [similar]
指定したストリームのファイル読み込みバッファリングを有効にする 0
« stream_set_chunk_size stream_set_timeout » PHP Manual ストリーム 関数 指定したストリームのファイル読み込みバッファリングを有効にする stream_set_read_buffer (PHP 5 >= 5.3.3, PHP 7, PHP 8) stream_set_read_buffer — 指定したストリームのファイル読み込みバッファリングを有効にする 説明 stream ...
https://man.plustar.jp/php/function.stream-set-read-buffer.html - [similar]
ファイルのグループを変更する 0
« basename chmod » PHP Manual ファイルシステム 関数 ファイルのグループを変更する chgrp (PHP 4, PHP 5, PHP 7, PHP 8) chgrp — ファイルのグループを変更する 説明 chgrp ( string $filename , string | int $group ): bool (名前または番号で指定した)ファイル filename のグループを group に変更しよう ...
https://man.plustar.jp/php/function.chgrp.html - [similar]
gz ファイルポインタの示す位置を元に戻す 0
« gzread gzseek » PHP Manual Zlib 関数 gz ファイルポインタの示す位置を元に戻す gzrewind (PHP 4, PHP 5, PHP 7, PHP 8) gzrewind — gz ファイルポインタの示す位置を元に戻す 説明 gzrewind ( resource $stream ): bool 与えられた gz ファイルポインタが指すファイルのファイル位置記述子を、 ファイルス ...
https://man.plustar.jp/php/function.gzrewind.html - [similar]
.wav ファイルをバッファに読み込む 0
« openal_buffer_get openal_context_create » PHP Manual OpenAL 関数 .wav ファイルをバッファに読み込む openal_buffer_loadwav (PECL openal >= 0.1.0) openal_buffer_loadwav — .wav ファイルをバッファに読み込む 説明 openal_buffer_loadwav ( resource $buffer , string $wavfile ): bool パラメータ b ...
https://man.plustar.jp/php/function.openal-buffer-loadwav.html - [similar]
xiff_file_bdiff のエイリアス 0
« xdiff_file_bpatch xdiff_file_diff » PHP Manual xdiff 関数 xiff_file_bdiff のエイリアス xdiff_file_diff_binary (PECL xdiff >= 0.2.0) xdiff_file_diff_binary — xiff_file_bdiff のエイリアス 説明 xdiff_file_diff_binary ( string $old_file , string $new_file , string $dest ): bool ふたつのファ ...
https://man.plustar.jp/php/function.xdiff-file-diff-binary.html - [similar]
2 つのファイルの unified diff を作成する 0
« xdiff_file_diff_binary xdiff_file_merge3 » PHP Manual xdiff 関数 2 つのファイルの unified diff を作成する xdiff_file_diff (PECL xdiff >= 0.2.0) xdiff_file_diff — 2 つのファイルの unified diff を作成する 説明 xdiff_file_diff ( string $old_file , string $new_file , string $dest , int $co ...
https://man.plustar.jp/php/function.xdiff-file-diff.html - [similar]
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]
Fiber クラス 0
« Generator::__wakeup Fiber::__construct » PHP Manual 定義済みのインターフェイスとクラス Fiber クラス Fiber クラス (PHP 8 >= 8.1.0) はじめに ファイバー(Fiber) は 完全なスタックを持つ、停止可能な関数です。 ファイバー はコールスタック中のどこからでも停止することができますし、 後に再開される ...
https://man.plustar.jp/php/class.fiber.html - [similar]