検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 710 for [SIMILAR] 16 1024 4096 WITH 28153 quick WITH 125... (0.939 sec.)
Sorts the vector in-place 0
« Ds\Vector::slice Ds\Vector::sorted » PHP Manual Vector Sorts the vector in-place Ds\Vector::sort (PECL ds >= 1.0.0) Ds\Vector::sort — Sorts the vector in-place 説明 public Ds\Vector::sort ( callable $comparator = ? ): void Sorts the vector in-place, using an optional comparator functio ...
https://man.plustar.jp/php/ds-vector.sort.html - [similar]
Returns a sorted copy 0
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PECL ds >= 1.0.0) Ds\Vector::sorted — Returns a sorted copy 説明 public Ds\Vector::sorted ( callable $comparator = ? ): Ds\Vector Returns a sorted copy, using an optional comparator function. パ ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
PHP の使いかた 0
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクションにはPHPスクリプトを書くにあたってよく問題となる事柄が 集められています。 PHP の関数のパラメータの順番を覚えられません。だって関数によってばらばらなんだもん。 あらゆるフォームから送信されたデー ...
https://man.plustar.jp/php/faq.using.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 0
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリングする array_filter (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) array_filter — コールバック関数を使用して、配列の要素をフィルタリングする 説明 array_filter ( array $array , ? callable $callback = ...
https://man.plustar.jp/php/function.array-filter.html - [similar]
配列の全ての要素にユーザー定義の関数を適用する 0
« array_walk_recursive array » PHP Manual 配列 関数 配列の全ての要素にユーザー定義の関数を適用する array_walk (PHP 4, PHP 5, PHP 7, PHP 8) array_walk — 配列の全ての要素にユーザー定義の関数を適用する 説明 array_walk ( array | object &$array , callable $callback , mixed $arg = null ): bool ...
https://man.plustar.jp/php/function.array-walk.html - [similar]
接続に関連するポート番号を返す 0
« pg_ping pg_prepare » PHP Manual PostgreSQL 関数 接続に関連するポート番号を返す pg_port (PHP 4, PHP 5, PHP 7, PHP 8) pg_port — 接続に関連するポート番号を返す 説明 pg_port ( ? PgSql\Connection $connection = null ): string pg_port() は、指定した connection インスタンスが接続している ポート ...
https://man.plustar.jp/php/function.pg-port.html - [similar]
正規表現で文字列を分割する 0
« preg_replace ssdeep » PHP Manual PCRE 関数 正規表現で文字列を分割する preg_split (PHP 4, PHP 5, PHP 7, PHP 8) preg_split — 正規表現で文字列を分割する 説明 preg_split ( string $pattern , string $subject , int $limit = -1 , int $flags = 0 ): array | false 指定した文字列を、正規表現で分割 ...
https://man.plustar.jp/php/function.preg-split.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 0
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed sqlsrv_rows_affected (No version information available, might only be in Git) sqlsrv_rows_affected — Returns the number of rows modi ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]
ドキュメントをひとつ取得 0
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントをひとつ取得 Collection::getOne (No version information available, might only be in Git) Collection::getOne — ドキュメントをひとつ取得 説明 public mysql_xdevapi\Collection::getOne ( string $id ) ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
指定した文字数で文字列を分割する 0
« vsprintf 変更履歴 » PHP Manual String 関数 指定した文字数で文字列を分割する wordwrap (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) wordwrap — 指定した文字数で文字列を分割する 説明 wordwrap ( string $string , int $width = 75 , string $break = "\n" , bool $cut_long_words = false ): string 指定し ...
https://man.plustar.jp/php/function.wordwrap.html - [similar]