検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1568 for NAME (0.072 sec.)
二文字の国コードを取得する 4372
« geoip_continent_code_by_name geoip_country_code3_by_name » PHP Manual GeoIP 関数 二文字の国コー ... ドを取得する geoip_country_code_by_name (PECL geoip >= 0.2.0) geoip_country_code_by_name... 文字の国コードを取得する 説明 geoip_country_code_by_name ( string $hostname ): string geoip_country_code_by ... _name() 関数は、 ホスト名あるいは IP アドレスに対応する二 ... 文字の国コードを返します。 パラメータ hostname 場所を探す対象となるホスト名あるいは IP アドレス。 ...
https://man.plustar.jp/php/function.geoip-country-code-by-name.html - [similar]
定義済み定数 4351
« 実行時設定 例 » PHP Manual OCI8 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ンドおよび定義の型 定数 説明 OCI_B_BFILE oci_bind_by_name() で BFILE をバインドする場合に使います。 OCI_B_BI ... N oci_bind_by_name() で RAW 値をバインドする際に使います。 OCI_B_BLOB ... oci_bind_by_name() で BLOB をバインドする場合に使います。 OCI_B_BOL ... oci_bind_by_name() で PL/SQL の BOOLEAN 変数をバインドする場合に使い ...
https://man.plustar.jp/php/oci8.constants.html - [similar]
ReflectionEnum クラス 4268
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... AL = 64 ; /* 継承したプロパティ */ public string $ name ; /* メソッド */ public __construct ( object | str ... Type (): ? ReflectionType public getCase ( string $name ): ReflectionEnumUnitCase public getCases (): arra ... y public hasCase ( string $name ): bool public isBacked (): bool /* 継承したメソッ ... public ReflectionClass::getAttributes ( ? string $name = null , int $flags = 0 ): array public Reflection ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
Yaf_Session クラス 4201
« Yaf_Route_Supervar::route Yaf_Session::__construct » PHP Manual Yaf Yaf_Session クラス Yaf_Ses ... void public current (): void public del ( string $name ): void public __get ( string $name ): void public ... static getInstance (): void public has ( string $name ): void public __isset ( string $name ): void publ ... public next (): void public offsetExists ( string $name ): void public offsetGet ( string $name ): void pu ... blic offsetSet ( string $name , string $value ): void public offsetUnset ( strin ...
https://man.plustar.jp/php/class.yaf-session.html - [similar]
Copies a method from class to another 4139
« runkit7_method_add runkit7_method_redefine » PHP Manual runkit7 関数 Copies a method from clas ... ng $destination_class , string $destination_method_name , string $source_class , string $source_method_nam ... ination class for copied method destination_method_name Destination method name source_class Source class ... of the method to copy source_method_name Name of the method to copy from the source class. ... ameter is omitted, the value of destination_method_name is assumed. 戻り値 例 例1 runkit7_method_copy() ex ...
https://man.plustar.jp/php/function.runkit7-method-copy.html - [similar]
Unregister a function name with the job servers 4139
« GearmanWorker::timeout GearmanWorker::unregisterAll » PHP Manual GearmanWorker Unregister a fu ... nction name with the job servers GearmanWorker::unregister (PE ... GearmanWorker::unregister — Unregister a function name with the job servers 説明 public GearmanWorker::un ... register ( string $function_name ): bool Unregisters a function name with the job s ... tion) are sent to this worker. パラメータ function_name The name of a function to register with the job se ...
https://man.plustar.jp/php/gearmanworker.unregister.html - [similar]
入力配列から単一のカラムの値を返す 4118
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... の例 $records = array( array( 'id' => 2135 , 'first_name' => 'John' , 'last_name' => 'Doe' , ), array( 'id' ... => 3245 , 'first_name' => 'Sally' , 'last_name' => 'Smith' , ), array( ' ... id' => 5342 , 'first_name' => 'Jane' , 'last_name' => 'Jones' , ), array( 'i ... d' => 5623 , 'first_name' => 'Peter' , 'last_name' => 'Doe' , ) ); $first_n ...
https://man.plustar.jp/php/function.array-column.html - [similar]
ReflectionObject クラス 4056
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... AL = 64 ; /* 継承したプロパティ */ public string $ name ; /* メソッド */ public __construct ( object $obje ... public ReflectionClass::getAttributes ( ? string $name = null , int $flags = 0 ): array public Reflection ... Class::getConstant ( string $name ): mixed public ReflectionClass::getConstants ( ? ... ctionExtension public ReflectionClass::getExtensionName (): string | false public ReflectionClass::getFile ...
https://man.plustar.jp/php/class.reflectionobject.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 4014
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... メントを使用して、繰り返し挿入処理を行う この例は、 name および value を名前つきプレースホルダで置き換えて ... p $stmt = $dbh -> prepare ( "INSERT INTO REGISTRY (name, value) VALUES (:name, :value)" ); $stmt -> bindPa ... ram ( ':name' , $name ); $stmt -> bindParam ( ':value' , $value ... ); // 行を挿入します $name = 'one' ; $value = 1 ; $stmt -> execute (); // パラ ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
XMLWriter クラス 3993
« オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XM ... ndentation ): bool public startAttribute ( string $name ): bool public startAttributeNs ( ? string $prefix ... , string $name , ? string $namespace ): bool public startCdata () ... = null ): bool public startDtd ( string $qualifiedName , ? string $publicId = null , ? string $systemId = ... null ): bool public startDtdAttlist ( string $name ): bool public startDtdElement ( string $qualified ...
https://man.plustar.jp/php/class.xmlwriter.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT