検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 2367 for 取得 (0.034 sec.)
セッションキャッシュにキャッシュされたファイルについての情報を取得する 2994
« wincache_rplist_meminfo wincache_scache_meminfo » PHP Manual WinCache 関数 セッションキャッシュ ... にキャッシュされたファイルについての情報を取得する wincache_scache_info (PECL wincache >= 1.1.0) w ... キャッシュにキャッシュされたファイルについての情報を取得する 説明 wincache_scache_info ( bool $summaryonly = ... ションキャッシュの中身とその利用状況についての情報を取得します。 パラメータ summaryonly 返される配列に、セッ ... キャッシュにキャッシュされたファイルについての情報を取得する wincache_fcache_meminfo() - ファイルキャッシュの ...
https://man.plustar.jp/php/function.wincache-scache-info.html - [similar]
定義済み定数 2994
« リソース型 接続、および接続の管理 » PHP Manual PDO 定義済み定数 定義済み定数 以下の定数が定義さ ... があります。 PDO::FETCH_DEFAULT ( int ) デフォルトの取得方法を使うことを指定します。 PHP 8.0.7 以降で利用可能 ... です。 PDO::FETCH_LAZY ( int ) 取得する方法として、 結果セットが返すカラム名と同じ名前の ... ているものと同じキーを付けた 連想配列として各行を返す取得方法を指定します。 もし結果セットが複数のカラムを同名 ... ているものと同じキーを付けた 連想配列として各行を返す取得方法を指定します。 もし結果セットが複数のカラムを同名 ...
https://man.plustar.jp/php/pdo.constants.html - [similar]
static変数を取得する 2994
« ReflectionFunctionAbstract::getStartLine ReflectionFunctionAbstract::getTentativeReturnType » ... PHP Manual ReflectionFunctionAbstract static変数を取得する ReflectionFunctionAbstract::getStaticVariables ... FunctionAbstract::getStaticVariables — static変数を取得する 説明 public ReflectionFunctionAbstract::getStat ... icVariables (): array static変数を取得します。 パラメータ この関数にはパラメータはありませ ... ionFunctionAbstract::getParameters() - パラメータを取得する 関連キーワード: static , 変数 , 取得 , eflectio ...
https://man.plustar.jp/php/reflectionfunctionabstract.getstaticvariables.html - [similar]
PostgreSQL 2976
« ociwritetemporarylob はじめに » PHP Manual ベンダー固有のモジュール PostgreSQL PostgreSQL はじ ... _client_encoding — クライアントのエンコーディングを取得する pg_close — PostgreSQL 接続をクローズする pg_con ... (再接続)する pg_connection_status — 接続ステータスを取得する pg_consume_input — 接続の入力を読み取る pg_conv ... 列にテーブルをコピーする pg_dbname — データベース名を取得する pg_delete — レコードを削除する pg_end_copy — Po ... _all_columns — 指定したカラムの全ての行を配列として取得する pg_fetch_all — 取得されたすべての行を配列として ...
https://man.plustar.jp/php/book.pgsql.html - [similar]
取得するレコードの範囲を指定する 2976
« yaz_present yaz_record » PHP Manual YAZ 関数 取得するレコードの範囲を指定する yaz_range (PHP 4 ... >= 4.0.1, PECL yaz >= 0.9.0) yaz_range — 取得するレコードの範囲を指定する 説明 yaz_range ( resour ... ce $id , int $start , int $number ): void 取得するレコードの範囲を指定します。 この関数は、 yaz_se ... ラメータ id yaz_connect() が返す接続リソース。 start 取得する最初のレコードの位置を指定します。レコード番号は ... 1 から yaz_hits() までです。 number 取得するレコードの数を指定します。 戻り値 値を返しません ...
https://man.plustar.jp/php/function.yaz-range.html - [similar]
プロパティ名を取得する 2976
« ReflectionProperty::getModifiers ReflectionProperty::getType » PHP Manual ReflectionProperty プ ... ロパティ名を取得する ReflectionProperty::getName (PHP 5, PHP 7, PHP ... 8) ReflectionProperty::getName — プロパティ名を取得する 説明 public ReflectionProperty::getName (): str ... ing プロパティ名を取得します。 パラメータ この関数にはパラメータはありませ ... 返します。 参考 ReflectionProperty::getValue() - 値を取得する 関連キーワード: 取得 , ReflectionProperty , get ...
https://man.plustar.jp/php/reflectionproperty.getname.html - [similar]
値を取得する 2976
« ReflectionProperty::getType ReflectionProperty::hasDefaultValue » PHP Manual ReflectionPropert ... y 値を取得する ReflectionProperty::getValue (PHP 5, PHP 7, PHP ... 8) ReflectionProperty::getValue — 値を取得する 説明 public ReflectionProperty::getValue ( ? ob ... ject $object = null ): mixed プロパティの値を取得します。 パラメータ object static でないプロパティの ... 場合は、プロパティを取得したいオブジェクトを指定しなければなりません。 オブジ ...
https://man.plustar.jp/php/reflectionproperty.getvalue.html - [similar]
現在の DirectoryIterator アイテムの所有者を取得する 2963
« DirectoryIterator::getMTime DirectoryIterator::getPath » PHP Manual DirectoryIterator 現在の D ... irectoryIterator アイテムの所有者を取得する DirectoryIterator::getOwner (PHP 5, PHP 7, PHP ... Owner — 現在の DirectoryIterator アイテムの所有者を取得する 説明 public DirectoryIterator::getOwner (): int ... 在の DirectoryIterator アイテムの所有者を、数値形式で取得します。 パラメータ この関数にはパラメータはありませ ... p() - 現在の DirectoryIterator アイテムのグループを取得する DirectoryIterator::getiNode() - 現在の Director ...
https://man.plustar.jp/php/directoryiterator.getowner.html - [similar]
現在の値を取得する 2963
« IteratorIterator::__construct IteratorIterator::getInnerIterator » PHP Manual IteratorIterator ... 現在の値を取得する IteratorIterator::current (PHP 5 >= 5.1.0, PHP ... 7, PHP 8) IteratorIterator::current — 現在の値を取得する 説明 public IteratorIterator::current (): mixed ... 現在の要素の値を取得します。 パラメータ この関数にはパラメータはありませ ... 。 参考 IteratorIterator::key() - 現在の要素のキーを取得する 関連キーワード: 取得 , 値 , 要素 , パラメータ , ...
https://man.plustar.jp/php/iteratoriterator.current.html - [similar]
入力ロケールのプライマリ言語を取得する 2963
« Locale::getKeywords Locale::getRegion » PHP Manual Locale 入力ロケールのプライマリ言語を取得... t_primary_language — 入力ロケールのプライマリ言語を取得する 説明 オブジェクト指向型 public static Locale::g ... $locale ): ? string 入力ロケールのプライマリ言語を取得します。 パラメータ locale プライマリ言語コードを取り ... zh 参考 locale_get_script() - 入力ロケールの文字を取得する locale_get_region() - 入力ロケールの地域を取得... locale_get_all_variants() - 入力ロケールの変化系を取得する 関連キーワード: 入力 , 取得 , locale , 言語 , L ...
https://man.plustar.jp/php/locale.getprimarylanguage.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT