検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 678 for [SIMILAR] 16 1024 4096 WITH 18804 ジオ WITH 1530... (9.030 sec.)
テーブルに配列を挿入する 0
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_insert — テーブルに配列を挿入する 説明 pg_insert ( PgSql\Connection $connection , string $table_name , array $values , int $flags = PGSQL_DML_EXEC ): PgSql\Res ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
レコードを選択する 0
« pg_result_status pg_send_execute » PHP Manual PostgreSQL 関数 レコードを選択する pg_select (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_select — レコードを選択する 説明 pg_select ( PgSql\Connection $connection , string $table_name , array $conditions , int $flags = PGSQL_DML_EXEC , int $mo ...
https://man.plustar.jp/php/function.pg-select.html - [similar]
テーブルを更新する 0
« pg_untrace pg_version » PHP Manual PostgreSQL 関数 テーブルを更新する pg_update (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_update — テーブルを更新する 説明 pg_update ( PgSql\Connection $connection , string $table_name , array $values , array $conditions , int $flags = PGSQL_DML_EXEC ): s ...
https://man.plustar.jp/php/function.pg-update.html - [similar]
フォントを読み込む 0
« ps_fill ps_get_buffer » PHP Manual PS 関数 フォントを読み込む ps_findfont (PECL ps >= 1.1.0) ps_findfont — フォントを読み込む 説明 ps_findfont ( resource $psdoc , string $fontname , string $encoding , bool $embed = false ): int あとで使用するために、フォントを読み込みます。読み込んだフ ...
https://man.plustar.jp/php/function.ps-findfont.html - [similar]
正規化された絶対パス名を返す 0
« realpath_cache_size rename » PHP Manual ファイルシステム 関数 正規化された絶対パス名を返す realpath (PHP 4, PHP 5, PHP 7, PHP 8) realpath — 正規化された絶対パス名を返す 説明 realpath ( string $path ): string | false realpath() は、 入力 path のシンボリックリンクをすべて展開し、 /./ 、 ...
https://man.plustar.jp/php/function.realpath.html - [similar]
ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する 0
« sort uksort » PHP Manual 配列 関数 ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する uasort (PHP 4, PHP 5, PHP 7, PHP 8) uasort — ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する 説明 uasort ( array &$array , callable $callback ): bool インデックスとそ ...
https://man.plustar.jp/php/function.uasort.html - [similar]
ファイルキャッシュのメモリ使用状況についての情報を取得する 0
« wincache_fcache_fileinfo wincache_lock » PHP Manual WinCache 関数 ファイルキャッシュのメモリ使用状況についての情報を取得する wincache_fcache_meminfo (PECL wincache >= 1.0.0) wincache_fcache_meminfo — ファイルキャッシュのメモリ使用状況についての情報を取得する 説明 wincache_fcache_meminf ...
https://man.plustar.jp/php/function.wincache-fcache-meminfo.html - [similar]
opcode キャッシュのメモリ使用状況についての情報を取得する 0
« wincache_ocache_fileinfo wincache_refresh_if_changed » PHP Manual WinCache 関数 opcode キャッシュのメモリ使用状況についての情報を取得する wincache_ocache_meminfo (PECL wincache >= 1.0.0) wincache_ocache_meminfo — opcode キャッシュのメモリ使用状況についての情報を取得する 説明 wincache_o ...
https://man.plustar.jp/php/function.wincache-ocache-meminfo.html - [similar]
ファイルパス解決キャッシュのメモリ使用状況についての情報を取得する 0
« wincache_rplist_fileinfo wincache_scache_info » PHP Manual WinCache 関数 ファイルパス解決キャッシュのメモリ使用状況についての情報を取得する wincache_rplist_meminfo (PECL wincache >= 1.0.0) wincache_rplist_meminfo — ファイルパス解決キャッシュのメモリ使用状況についての情報を取得する 説明 ...
https://man.plustar.jp/php/function.wincache-rplist-meminfo.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]