検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 366 for [SIMILAR] 16 1024 4096 WITH 38558 算子 WITH 3680... (0.622 sec.)
配列をキーで昇順にソートする 0
« krsort list » PHP Manual 配列 関数 配列をキーで昇順にソートする ksort (PHP 4, PHP 5, PHP 7, PHP 8) ksort — 配列をキーで昇順にソートする 説明 ksort ( array &$array , int $flags = SORT_REGULAR ): bool array をキーで昇順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、そ ...
https://man.plustar.jp/php/function.ksort.html - [similar]
配列の内部ポインタを進める 0
« 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]
外部プログラムを実行し、未整形の出力を表示する 0
« exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する passthru (PHP 4, PHP 5, PHP 7, PHP 8) passthru — 外部プログラムを実行し、未整形の出力を表示する 説明 passthru ( string $command , int &$result_code = null ): ? bool passthru() 関数は exec() 関 ...
https://man.plustar.jp/php/function.passthru.html - [similar]
内部の配列ポインタをひとつ前に戻す 0
« 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]
配列の内部ポインタを先頭の要素にセットする 0
« 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]
配列を降順にソートする 0
« reset shuffle » PHP Manual 配列 関数 配列を降順にソートする rsort (PHP 4, PHP 5, PHP 7, PHP 8) rsort — 配列を降順にソートする 説明 rsort ( array &$array , int $flags = SORT_REGULAR ): bool array を、値で降順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び ...
https://man.plustar.jp/php/function.rsort.html - [similar]
接続しているかどうかによらずソケットにメッセージを送信する 0
« socket_sendmsg socket_set_block » PHP Manual ソケット 関数 接続しているかどうかによらずソケットにメッセージを送信する socket_sendto (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_sendto — 接続しているかどうかによらずソケットにメッセージを送信する 説明 socket_sendto ( Socket $socket , str ...
https://man.plustar.jp/php/function.socket-sendto.html - [similar]
ソケットに書き込む 0
« socket_strerror socket_wsaprotocol_info_export » PHP Manual ソケット 関数 ソケットに書き込む socket_write (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_write — ソケットに書き込む 説明 socket_write ( Socket $socket , string $data , ? int $length = null ): int | false 関数 socket_write() ...
https://man.plustar.jp/php/function.socket-write.html - [similar]
外部プログラムを実行し、出力を表示する 0
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 system ( string $command , int &$result_code = null ): string | false system() は、指定した command を実行 ...
https://man.plustar.jp/php/function.system.html - [similar]
可変関数 0
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable functions)の概念をサポートします。 これにより、変数名の後に括弧が付いている場合、その値が何であろうと PHPは、同名の関数を探し実行を試みます。 この機能は、コールバック、関数テーブル等を実装するため ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]