検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1080 for [SIMILAR] 16 1024 4096 WITH 31249 transport WITH... (0.627 sec.)
配列内の現在の要素を返す 10000
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8) current — 配列内の現在の要素を返す 説明 current ( array | object $array ): mixed 各配列は、"カレント"の要素へのポインタを有しています。 このポインタは、配列に挿入された最初の要素を指すように ...
https://man.plustar.jp/php/function.current.html - [similar]
配列の内部ポインタを進める 9624
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8) next — 配列の内部ポインタを進める 説明 next ( array | object &$array ): mixed next() は、ひとつの違いを除いて current() と同じです。 next() は要素を返す前に内部配列ポインタをひとつ先に進めま ...
https://man.plustar.jp/php/function.next.html - [similar]
内部の配列ポインタをひとつ前に戻す 9624
« pos range » PHP Manual 配列 関数 内部の配列ポインタをひとつ前に戻す prev (PHP 4, PHP 5, PHP 7, PHP 8) prev — 内部の配列ポインタをひとつ前に戻す 説明 prev ( array | object &$array ): mixed 内部の配列ポインタをひとつ前に戻します。 prev() は、 内部の配列ポインタを進めるのではなく戻すという ...
https://man.plustar.jp/php/function.prev.html - [similar]
Bind the socket 9173
« ZMQSocket ZMQSocket::connect » PHP Manual ZMQSocket Bind the socket ZMQSocket::bind (PECL zmq >= 0.5.0) ZMQSocket::bind — Bind the socket 説明 public ZMQSocket::bind ( string $dsn , bool $force = false ): ZMQSocket Bind the socket to an endpoint. The endpoint is defined in format trans ...
https://man.plustar.jp/php/zmqsocket.bind.html - [similar]
Connect the socket 9173
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::connect (PECL zmq >= 0.5.0) ZMQSocket::connect — Connect the socket 説明 public ZMQSocket::connect ( string $dsn , bool $force = false ): ZMQSocket Connect the socket to a remote endpoint. The e ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
配列の内部ポインタを先頭の要素にセットする 2946
« range rsort » PHP Manual 配列 関数 配列の内部ポインタを先頭の要素にセットする reset (PHP 4, PHP 5, PHP 7, PHP 8) reset — 配列の内部ポインタを先頭の要素にセットする 説明 reset ( array | object &$array ): mixed reset() は、 array の内部ポインタの先頭の要素に戻し、配列の最初の要素の値を返 ...
https://man.plustar.jp/php/function.reset.html - [similar]
配列の内部ポインタを最終要素にセットする 2946
« each extract » PHP Manual 配列 関数 配列の内部ポインタを最終要素にセットする end (PHP 4, PHP 5, PHP 7, PHP 8) end — 配列の内部ポインタを最終要素にセットする 説明 end ( array | object &$array ): mixed end() は array の内部ポインタを最後の要素まで進め、その値を返します。 パラメータ array ...
https://man.plustar.jp/php/function.end.html - [similar]
配列からキーを取り出す 2946
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP 8) key — 配列からキーを取り出す 説明 key ( array | object $array ): int | string | null key() は、 現在の配列位置における連想配列要素のキーを返します。 パラメータ array 配列。 戻り値 key() 関数 ...
https://man.plustar.jp/php/function.key.html - [similar]
gz ファイルポインタの読み込み/書き込み位置を返します 2946
« gzseek gzuncompress » PHP Manual Zlib 関数 gz ファイルポインタの読み込み/書き込み位置を返します gztell (PHP 4, PHP 5, PHP 7, PHP 8) gztell — gz ファイルポインタの読み込み/書き込み位置を返します 説明 gztell ( resource $stream ): int | false 与えられたファイルポインタが指す位置、つまり、 ...
https://man.plustar.jp/php/function.gztell.html - [similar]
gz ファイルポインタの示す位置を元に戻す 2946
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT