Results of 1 - 10 of about 125 for getName (0.001 sec.)
- XML 要素の名前を取得する 9718
- « SimpleXMLElement::getDocNamespaces SimpleXMLElement::getNamespaces » PHP Manual SimpleXMLEleme
... nt XML 要素の名前を取得する SimpleXMLElement::getName (PHP 5 >= 5.1.3, PHP 7, PHP 8) SimpleXMLElement::g ... 要素の名前を取得する 説明 public SimpleXMLElement::getName (): string XML 要素の名前を取得します。 パラメータ ... この関数にはパラメータはありません。 戻り値 getName メソッドは、 SimpleXMLElement オブジェクトが参照し ... e = new SimpleXMLElement ( $xmlstr ); echo $sxe -> getName () . "\n" ; foreach ( $sxe -> children () as $chil ...
-
https://man.plustar.jp/php/simplexmlelement.getname.html
- [similar]
- クラスの名前を取得する 9484
- « ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass ク
... ラスの名前を取得する ReflectionClass::getName (PHP 5, PHP 7, PHP 8) ReflectionClass::getName — ク ... ラスの名前を取得する 説明 public ReflectionClass::getName (): string クラスの名前を取得します。 パラメータ こ ... 値 クラスの名前を返します。 例 例1 ReflectionClass::getName() の例 <?php namespace A \ B ; class Foo { } $func ... nction -> inNamespace ()); var_dump ( $function -> getName ()); var_dump ( $function -> getNamespaceName ()); ...
-
https://man.plustar.jp/php/reflectionclass.getname.html
- [similar]
- DateTimeZone::getName のエイリアス 9423
- « timezone_name_from_abbr timezone_offset_get » PHP Manual 日付・時刻 関数 DateTimeZone::getName
... 0, PHP 7, PHP 8) timezone_name_get — DateTimeZone::getName() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 DateTimeZone::getName() 関連キーワード: DateTimeZone , getName , timezon ...
-
https://man.plustar.jp/php/function.timezone-name-get.html
- [similar]
- 拡張モジュール名を取得する 9423
- « ReflectionExtension::getINIEntries ReflectionExtension::getVersion » PHP Manual ReflectionExte
... on 拡張モジュール名を取得する ReflectionExtension::getName (PHP 5, PHP 7, PHP 8) ReflectionExtension::getName ... ュール名を取得する 説明 public ReflectionExtension::getName (): string 拡張モジュールの名前を取得します。 パラ ... ュールの名前を返します。 例 例1 ReflectionExtension::getName() の例 <?php $ext = new ReflectionExtension ( 'mys ... qli' ); var_dump ( $ext -> getName ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
-
https://man.plustar.jp/php/reflectionextension.getname.html
- [similar]
- オブジェクトの名前を取得する 9239
- « DatabaseObject::existsInDatabase DatabaseObject::getSession » PHP Manual mysql_xdevapi\Databas
... bject オブジェクトの名前を取得する DatabaseObject::getName (No version information available, might only be i ... n Git) DatabaseObject::getName — オブジェクトの名前を取得する 説明 abstract publi ... c mysql_xdevapi\DatabaseObject::getName (): string このデータベースオブジェクトの名前を取得 ... 前を返します。 例 例1 mysql_xdevapi\DatabaseObject::getName() の例 <?php $dbObjName = $dbObj -> getName (); ?> ...
-
https://man.plustar.jp/php/mysql-xdevapi-databaseobject.getname.html
- [similar]
- コレクションの名前を得る 9067
- « Collection::find Collection::getOne » PHP Manual mysql_xdevapi\Collection コレクションの名前を
... 得る Collection::getName (No version information available, might only be i ... n Git) Collection::getName — コレクションの名前を得る 説明 public mysql_xdeva ... pi\Collection::getName (): string コレクションの名前を取得します。 パラメ ... 文字列で返します。 例 例1 mysql_xdevapi\Collection::getName() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-collection.getname.html
- [similar]
- スキーマの名前を取得する 9067
- « Schema::getCollections Schema::getSession » PHP Manual mysql_xdevapi\Schema スキーマの名前を取
... 得する Schema::getName (No version information available, might only be i ... n Git) Schema::getName — スキーマの名前を取得する 説明 public mysql_xdeva ... pi\Schema::getName (): string スキーマの名前を取得します パラメータ こ ... 文字列として返します。 例 例1 mysql_xdevapi\Schema::getName() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-schema.getname.html
- [similar]
- テーブル名を取得する 8821
- « Table::existsInDatabase Table::getSchema » PHP Manual mysql_xdevapi\Table テーブル名を取得する
... Table::getName (No version information available, might only be i ... n Git) Table::getName — テーブル名を取得する 説明 public mysql_xdevapi\T ... able::getName (): string このデータベースオブジェクトの名前を返し ... ェクトの名前を返します。 例 例1 mysql_xdevapi\Table::getName() の例 <?php $session = mysql_xdevapi \ getSession ...
-
https://man.plustar.jp/php/mysql-xdevapi-table.getname.html
- [similar]
- エントリの名前を取得する 8465
- « RarEntry::getMethod RarEntry::getPackedSize » PHP Manual RarEntry エントリの名前を取得する Rar
... Entry::getName (PECL rar >= 0.1) RarEntry::getName — エントリの名 ... 前を取得する 説明 public RarEntry::getName (): string アーカイブエントリの名前 (パスつき) を返 ... ードは Unicode/UTF-8 となりました。 例 例1 RarEntry::getName() の例 <?php // このサンプルは、ページが UTF-8 でエ ... " . mb_convert_encoding ( htmlentities ( $entry -> getName (), ENT_COMPAT , "UTF-8" ), "HTML-ENTITIES" , "UTF ...
-
https://man.plustar.jp/php/rarentry.getname.html
- [similar]
- Get self name 8465
- « Yaf_Controller_Abstract::getModuleName Yaf_Controller_Abstract::getRequest » PHP Manual Yaf_Co
... er_Abstract Get self name Yaf_Controller_Abstract::getName (Yaf >=3.2.0) Yaf_Controller_Abstract::getName — G ... et self name 説明 public Yaf_Controller_Abstract::getName (): string get the controller's name パラメータ こ ... me 関連キーワード: Get , self , Yaf , Controller , getName , string , パラメータ , getModuleName , getRequest ...
-
https://man.plustar.jp/php/yaf-controller-abstract.getname.html
- [similar]