検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1005 for [SIMILAR] 16 1024 4096 WITH 17627 variant WITH 1... (0.610 sec.)
ドメイン名をIDNAのASCII形式に変換する 9877
« IDN 関数 idn_to_utf8 » PHP Manual IDN 関数 ドメイン名をIDNAのASCII形式に変換する idn_to_ascii (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.2, PECL idn >= 0.1) idn_to_ascii — ドメイン名をIDNAのASCII形式に変換する 説明 手続き型 idn_to_ascii ( string $domain , int $flags = IDNA_DEFAULT ...
https://man.plustar.jp/php/function.idn-to-ascii.html - [similar]
IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 9877
« idn_to_ascii IntlChar » PHP Manual IDN 関数 IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する idn_to_utf8 (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.2, PECL idn >= 0.1) idn_to_utf8 — IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 説明 手続き型 idn_to_u ...
https://man.plustar.jp/php/function.idn-to-utf8.html - [similar]
PHP と COM 1560
« PHP と HTML その他の質問 » PHP Manual FAQ PHP と COM PHP と COM PHP は Win32 プラットフォーム上で COM と DCOM オブジェクトに アクセスすることができます。 とある計算を行う DLL を作成しました。これを PHP で実行させる方法は ありますか? 'Unsupported variant type: xxxx (0xxxxx)'とはどういう ...
https://man.plustar.jp/php/faq.com.html - [similar]
すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す 1560
« com_event_sink com_load_typelib » PHP Manual COM関数 すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す com_get_active_object (PHP 5, PHP 7, PHP 8) com_get_active_object — すでに実行中の COM オブジェクトのインスタンスへのハンドルを返す 説明 com_get_active_object ( string $ ...
https://man.plustar.jp/php/function.com-get-active-object.html - [similar]
COMPersistHelper クラス 1560
« variant::__construct COMPersistHelper::__construct » PHP Manual COM COMPersistHelper クラス COMPersistHelper クラス (PHP 5, PHP 7, PHP 8) はじめに COMPersistHelper クラスは、 php.ini の open_basedir ディレクティブと ストリーム リソース を考慮して COM と PHP の相互運用性を高めます。 クラ ...
https://man.plustar.jp/php/class.compersisthelper.html - [similar]
与えられたオブジェクトを扱う数値オブジェクトを返す 1560
« spl_object_hash ファイル操作 » PHP Manual SPL 関数 与えられたオブジェクトを扱う数値オブジェクトを返す spl_object_id (PHP 7 >= 7.2.0, PHP 8) spl_object_id — 与えられたオブジェクトを扱う数値オブジェクトを返す 説明 spl_object_id ( object $object ): int この関数は、オブジェクトのユニークな ...
https://man.plustar.jp/php/function.spl-object-id.html - [similar]
指定したオブジェクトのハッシュ ID を返す 1560
« spl_classes spl_object_id » PHP Manual SPL 関数 指定したオブジェクトのハッシュ ID を返す spl_object_hash (PHP 5 >= 5.2.0, PHP 7, PHP 8) spl_object_hash — 指定したオブジェクトのハッシュ ID を返す 説明 spl_object_hash ( object $object ): string この関数は、オブジェクトの一意な識別子を返し ...
https://man.plustar.jp/php/function.spl-object-hash.html - [similar]
クラスとオブジェクト 1560
« 第一級callableを生成する記法 はじめに » PHP Manual 言語リファレンス クラスとオブジェクト クラスとオブジェクト 目次 はじめに クラスの基礎 プロパティ オブジェクト定数 クラスのオートローディング コンストラクタとデストラクタ アクセス権 オブジェクトの継承 スコープ定義演算子 (::) static キー ...
https://man.plustar.jp/php/language.oop5.html - [similar]
オブジェクトと参照 1560
« 遅延静的束縛 (Late Static Bindings) オブジェクトのシリアライズ » PHP Manual クラスとオブジェクト オブジェクトと参照 オブジェクトと参照 PHP でのオブジェクト指向プログラミングのポイントとしてよく言われるのは 「オブジェクトはデフォルトでは参照渡しとなります」ということです。 しかし、正確に ...
https://man.plustar.jp/php/language.oop5.references.html - [similar]
オブジェクト 1560
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT