検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 227 for [SIMILAR] 16 1024 4096 WITH 17653 opcache WITH 1... (0.218 sec.)
一つ以上の要素を配列の最初に加える 0
« array_unique array_values » PHP Manual 配列 関数 一つ以上の要素を配列の最初に加える array_unshift (PHP 4, PHP 5, PHP 7, PHP 8) array_unshift — 一つ以上の要素を配列の最初に加える 説明 array_unshift ( array &$array , mixed ...$values ): int array_unshift() は、 array の先頭に指定された要 ...
https://man.plustar.jp/php/function.array-unshift.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
バイナリ対応のgzファイル読み込み 0
« gzputs gzrewind » PHP Manual Zlib 関数 バイナリ対応のgzファイル読み込み gzread (PHP 4, PHP 5, PHP 7, PHP 8) gzread — バイナリ対応のgzファイル読み込み 説明 gzread ( resource $stream , int $length ): string | false gzread() は、最大 length バイトのデータを zp が指す gz ファイルポインタ か ...
https://man.plustar.jp/php/function.gzread.html - [similar]
ファイルが書き込み可能かどうかを調べる 0
« is_uploaded_file is_writeable » PHP Manual ファイルシステム 関数 ファイルが書き込み可能かどうかを調べる is_writable (PHP 4, PHP 5, PHP 7, PHP 8) is_writable — ファイルが書き込み可能かどうかを調べる 説明 is_writable ( string $filename ): bool filename が存在して、かつそれが書き込み可能で ...
https://man.plustar.jp/php/function.is-writable.html - [similar]
データベース接続を調べる 0
« pg_pconnect pg_port » PHP Manual PostgreSQL 関数 データベース接続を調べる pg_ping (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_ping — データベース接続を調べる 説明 pg_ping ( ? PgSql\Connection $connection = null ): bool pg_ping() はデータベース接続を調べ、その接続が 壊れている場合には再度接 ...
https://man.plustar.jp/php/function.pg-ping.html - [similar]
現在のキャッシュの有効期限を取得/設定する 0
« session_abort session_cache_limiter » PHP Manual セッション関数 現在のキャッシュの有効期限を取得/設定する session_cache_expire (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) session_cache_expire — 現在のキャッシュの有効期限を取得/設定する 説明 session_cache_expire ( ? int $value = null ): int | ...
https://man.plustar.jp/php/function.session-cache-expire.html - [similar]
残りのストリームを文字列に読み込む 0
« stream_filter_remove stream_get_filters » PHP Manual ストリーム 関数 残りのストリームを文字列に読み込む stream_get_contents (PHP 5, PHP 7, PHP 8) stream_get_contents — 残りのストリームを文字列に読み込む 説明 stream_get_contents ( resource $stream , ? int $length = null , int $offset = ...
https://man.plustar.jp/php/function.stream-get-contents.html - [similar]
指定されたデリミタの位置までのデータを一行分としてストリームから読み込む 0
« stream_get_filters stream_get_meta_data » PHP Manual ストリーム 関数 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む stream_get_line (PHP 5, PHP 7, PHP 8) stream_get_line — 指定されたデリミタの位置までのデータを一行分としてストリームから読み込む 説明 stream_get ...
https://man.plustar.jp/php/function.stream-get-line.html - [similar]
指定されたストリームのファイル書き込みバッファリングを有効にする 0
« stream_set_timeout stream_socket_accept » PHP Manual ストリーム 関数 指定されたストリームのファイル書き込みバッファリングを有効にする stream_set_write_buffer (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_set_write_buffer — 指定されたストリームのファイル書き込みバッファリングを有効にする ...
https://man.plustar.jp/php/function.stream-set-write-buffer.html - [similar]
はじめに 0
« セマフォ インストール/設定 » PHP Manual セマフォ はじめに はじめに これらのモジュールは、System V IPC 関連の関数へのラッパーを提供します。 セマフォ・共有メモリおよびプロセス間通信(IPC)がその中に含まれます。 セマフォは、マシーン上のリソースへの排他的アクセス機能や、 同時にあるリソースを ...
https://man.plustar.jp/php/intro.sem.html - [similar]