検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1323 for [SIMILAR] 16 1024 4096 WITH 20112 splfixedarray ... (1.108 sec.)
出力バッファのステータスを取得する 0
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_status — 出力バッファのステータスを取得する 説明 ob_get_status ( bool $full_status = false ): array ob_get_status() は、トップレベルの出力バ ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
プリペアドステートメントを実行する 0
« PDOStatement::errorInfo PDOStatement::fetch » PHP Manual PDOStatement プリペアドステートメントを実行する PDOStatement::execute (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::execute — プリペアドステートメントを実行する 説明 public PDOStatement::execute ( ? array $param ...
https://man.plustar.jp/php/pdostatement.execute.html - [similar]
関数処理 0
« filter_var はじめに » PHP Manual 変数・データ型関連 関数処理 関数処理 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 関数処理 関数 call_user_func_array — パラメータの配列を指定してコールバック関数をコールする call_user_func — 最初の引数で指定したコー ...
https://man.plustar.jp/php/book.funchand.html - [similar]
配列からテーブルに挿入する 0
« pg_convert pg_copy_to » PHP Manual PostgreSQL 関数 配列からテーブルに挿入する pg_copy_from (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_copy_from — 配列からテーブルに挿入する 説明 pg_copy_from ( PgSql\Connection $connection , string $table_name , array $rows , string $separator = "\t" , st ...
https://man.plustar.jp/php/function.pg-copy-from.html - [similar]
ローカルタイムを得る 0
« idate microtime » PHP Manual 日付・時刻 関数 ローカルタイムを得る localtime (PHP 4, PHP 5, PHP 7, PHP 8) localtime — ローカルタイムを得る 説明 localtime ( ? int $timestamp = null , bool $associative = false ): array localtime() 関数は、C 言語の 同名の関数コールにより返される構造体と同じ ...
https://man.plustar.jp/php/function.localtime.html - [similar]
SNMP オブジェクトを取得する 0
« SNMP::__construct SNMP::getErrno » PHP Manual SNMP SNMP オブジェクトを取得する SNMP::get (PHP 5 >= 5.4.0, PHP 7, PHP 8) SNMP::get — SNMP オブジェクトを取得する 説明 public SNMP::get ( array | string $objectId , bool $preserveKeys = false ): mixed objectId で指定した SNMP オブジェクトを ...
https://man.plustar.jp/php/snmp.get.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual PCRE 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 PREG 定数 定数 説明 使用可能 PREG_PATTERN_ORDER $matches[0] はパターン全体にマ ...
https://man.plustar.jp/php/pcre.constants.html - [similar]
クッキーを送信する 0
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PHP 5, PHP 7, PHP 8) setcookie — クッキーを送信する 説明 setcookie ( string $name , string $value = "" , int $expires_or_options = 0 , string $path = "" , string $domain = "" , bool $secure = fa ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
指定したノードの子ノードを見付ける 0
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定したノードの子ノードを見付ける SimpleXMLElement::children (PHP 5, PHP 7, PHP 8) SimpleXMLElement::children — 指定したノードの子ノードを見付ける 説明 public SimpleXMLElement::children ( ? string ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]