検索

phrase: max: clip:
target: order:
Results of 581 - 590 of about 1461 for IN (0.594 sec.)
配列のフィールドに要素を追加する 2510
« mysql_xdevapi\CollectionModify CollectionModify::arrayInsert » PHP Manual mysql_xdevapi\Collec ... を追加する CollectionModify::arrayAppend (No version information available, might only be in Git) Collecti ... c mysql_xdevapi\CollectionModify::arrayAppend ( string $collection_field , string $expression_or_literal ... ィールドの複数の要素は配列として表現されます。 arrayInsert() と異なり、arrayAppend() は常に新しい要素を配 ... 列の最後に追加します。 一方で、arrayInsert() は挿入する位置を指定できます。 パラメータ co ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.arrayappend.html - [similar]
実行するための SQL文 を準備する 2510
« mysqli::poll mysqli::query » PHP Manual mysqli 実行するための SQL文 を準備する mysqli::prepare ... 説明 オブジェクト指向型 public mysqli::prepare ( string $query ): mysqli_stmt | false 手続き型 mysqli_pre ... pare ( mysqli $mysql , string $query ): mysqli_stmt | false SQL文を準備し、後で ... パラメータマーカは、SQL文を実行する前に mysqli_stmt_bind_param() を使用して アプリケーション変数にバインド ... する必要があります。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_in ...
https://man.plustar.jp/php/mysqli.prepare.html - [similar]
The EvStat class 2488
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... or attribute changes. It calls stat() on that path in regular intervals(or when the OS signals it change ... and sees if it changed compared to the last time, invoking the callback if it did. The path does not ne ... ed to exist: changing from "path exists" to "path does not exist" is a ... ition "path does not exist" is signified by the 'nlink' item being 0(returned by EvStat::attr() method). ...
https://man.plustar.jp/php/class.evstat.html - [similar]
IntlCalendar クラス 2488
« MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalen ... PHP 8, PECL >= 3.0.0a1) はじめに クラス概要 class IntlCalendar { /* 定数 */ const int FIELD_ERA = 0 ; c ... onst int FIELD_YEAR = 1 ; const int FIELD_MONTH = 2 ; cons ... t int FIELD_WEEK_OF_YEAR = 3 ; const int FIELD_WEEK_OF_ ... MONTH = 4 ; const int FIELD_DATE = 5 ; const int FIELD_DAY_OF_YEAR = 6 ...
https://man.plustar.jp/php/class.intlcalendar.html - [similar]
Returns a copy, sorted by key 2488
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... version information available, might only be in Git) Ds\Map:: ... ator = ? ): Ds\Map Returns a copy sorted by key, using an optional comparator function. パラメータ compa ... す必要があります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the compar ... ison function, such as float , will result in an internal cast to int of the callback's return v ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
日付を Unix のタイムスタンプとして取得する 2488
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt ... Unix のタイムスタンプとして取得する 説明 mktime ( int $hour , ? int $minute = null , ? int $second = nu ... ll , ? int $month = null , ? int $day = null , ? int $year = ... null ): int | false 与えられた引数に従って UNIX のタイムスタン ... 大きい値は、その翌日以降の該当する時間を表します。 minute hour 時 0 分から数えた「分」。 負の値は、その前 ...
https://man.plustar.jp/php/function.mktime.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 2488
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... る 説明 oci_new_descriptor ( resource $connection , int $type = OCI_DTYPE_LOB ): ? OCILob ディスクリプタあ ... oci_new_descriptor ( $conn , OCI_D_ROWID ); oci_define_by_name ( $stmt , "ROWID" , $rowid ); oci_execute ... , "delete from $table where ROWID = :rid" ); oci_bind_by_name ( $delete , ":rid" , $rowid , - 1 , OCI_B ... 3" method="post" enctype="multipart/form-data"> * <input type="file" name="lob_upload" /> * ... のような ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
リモートとローカルの DH/ECDH鍵 の公開値のための、共有シークレットを計算する 2488
« openssl_pkcs7_verify openssl_pkey_export_to_file » PHP Manual OpenSSL 関数 リモートとローカルの ... SSLAsymmetricKey | OpenSSLCertificate | array | string $public_key , OpenSSLAsymmetricKey | OpenSSLCerti ... ficate | array | string $private_key , int $key_length = 0 ): string | fa ... 例 例1 openssl_pkey_derive() 関数の例 <?php // Load in private key $priv = openssl_pkey_get_private ( "-- ... ---BEGIN PRIVATE KEY----- MIICJgIBADCCARcGCSqGSIb3DQEDATCCA ...
https://man.plustar.jp/php/function.openssl-pkey-derive.html - [similar]
設定ファイルをパースする 2488
« move_uploaded_file parse_ini_string » PHP Manual ファイルシステム 関数 設定ファイルをパースする ... parse_ini_file (PHP 4, PHP 5, PHP 7, PHP 8) parse_ini_file ... — 設定ファイルをパースする 説明 parse_ini_file ( string $filename , bool $process_sections ... = false , int $scanner_mode = INI_SCANNER_NORMAL ): array | fal ... se parse_ini_file() は、 filename で指定した ini ファイルをロー ...
https://man.plustar.jp/php/function.parse-ini-file.html - [similar]
クエリ結果のステータスを取得する 2488
« pg_result_seek pg_select » PHP Manual PostgreSQL 関数 クエリ結果のステータスを取得する pg_resu ... する 説明 pg_result_status ( PgSql\Result $result , int $mode = PGSQL_STATUS_LONG ): string | int pg_resu ... あるいは result のコマンドタグを返す PGSQL_STATUS_STRING のいずれかです。 指定しない場合は PGSQL_STATUS_LO ... 、 PGSQL_TUPLES_OK 、 PGSQL_COPY_OUT 、 PGSQL_COPY_IN 、 PGSQL_BAD_RESPONSE 、 PGSQL_NONFATAL_ERROR およ ... $result = pg_query ( $conn , "COPY authors FROM STDIN;" ); // 結果ステータスを得る $status = pg_result_s ...
https://man.plustar.jp/php/function.pg-result-status.html - [similar]