検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1280 for 名前 (0.077 sec.)
タイムゾーンの名前を返す 4159
« DateTimeZone::getLocation DateTimeZone::getOffset » PHP Manual DateTimeZone タイムゾーンの名前 ... Zone::getName -- timezone_name_get — タイムゾーンの名前を返す 説明 オブジェクト指向型 public DateTimeZone:: ... get ( DateTimeZone $object ): string タイムゾーンの名前を返します。 パラメータ object 名前を取得したい Date ... のタイムゾーン名のひとつを返します。 関連キーワード: 名前 , DateTimeZone , getName , timezone , string , get ...
https://man.plustar.jp/php/datetimezone.getname.html - [similar]
指定した名前の定数が存在するかどうかを調べる 4159
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... 4, PHP 5, PHP 7, PHP 8) defined — 指定した名前の定数が存在するかどうかを調べる 説明 defined ( stri ... stant_name 定数名。 戻り値 constant_name で指定した名前の定数が定義されている 場合に true 、その他の場合に ... 重要です。この例では * 文字列 'TEST' が、定数 TEST の名前かどうかを調べています。*/ if ( defined ( 'TEST' )) ... { echo TEST ; } ?> 参考 define() - 名前を指定して定数を定義する constant() - 定数の値を返す ...
https://man.plustar.jp/php/function.defined.html - [similar]
指定した名前の画像プロファイルを返す 4159
« Imagick::getImagePixelColor Imagick::getImageProfiles » PHP Manual Imagick 指定した名前の画像プ ... PECL imagick 3) Imagick::getImageProfile — 指定した名前の画像プロファイルを返す 説明 public Imagick::getIma ... geProfile ( string $name ): string 指定した名前の画像プロファイルを返します。 パラメータ name 返した ... いプロファイルの名前。 戻り値 画像プロファイルを含む文字列を返します。 エ ... ImagickException をスローします。 関連キーワード: 名前 , 画像 , Imagick , 指定 , getImageProfile , imagic ...
https://man.plustar.jp/php/imagick.getimageprofile.html - [similar]
名前を使用して、アーカイブからエントリを削除する 4159
« ZipArchive::deleteIndex ZipArchive::extractTo » PHP Manual ZipArchive 名前を使用して、アーカイ ... PHP 8, PECL zip >= 1.5.0) ZipArchive::deleteName — 名前を使用して、アーカイブからエントリを削除する 説明 pu ... blic ZipArchive::deleteName ( string $name ): bool 名前をもとにして、アーカイブ内のエントリを削除します。 パ ... ラメータ name 削除するエントリの名前。 戻り値 成功した場合に true を、失敗した場合に fal ... se を返します。 例 例1 名前を使用した、アーカイブからのファイルやディレクトリの ...
https://man.plustar.jp/php/ziparchive.deletename.html - [similar]
指定した namespaceURI がデフォルトの名前空間かどうかを調べる 4137
« DOMNode::insertBefore DOMNode::isSameNode » PHP Manual DOMNode 指定した namespaceURI がデフォル ... トの名前空間かどうかを調べる DOMNode::isDefaultNamespace (PH ... ultNamespace — 指定した namespaceURI がデフォルトの名前空間かどうかを調べる 説明 public DOMNode::isDefaultN ... string $namespace ): bool namespace がデフォルトの名前空間であるかどうかを調べます。 パラメータ namespace ... 調べる名前空間 URI。 戻り値 namespace がデフォルトの名前空間で ...
https://man.plustar.jp/php/domnode.isdefaultnamespace.html - [similar]
プロパティの値に対応する、Unicode の名前を取得する 4137
« IntlChar::getPropertyValueEnum IntlChar::getUnicodeVersion » PHP Manual IntlChar プロパティの値 ... に対応する、Unicode の名前を取得する IntlChar::getPropertyValueName (PHP 7, PH ... rtyValueName — プロパティの値に対応する、Unicode の名前を取得する 説明 public static IntlChar::getPropertyV ... alse 指定されたプロパティの値に対応する、Unicode の名前を返します。 Unicode のデータベースファイル Property ... ものです。 注意 : PropertyValueAliases.txt に存在する名前の中には、 IntlChar::PROPERTY_GENERAL_CATEGORY_MASK ...
https://man.plustar.jp/php/intlchar.getpropertyvaluename.html - [similar]
指定した名前の画像プロファイルを Gmagick オブジェクトに追加する 4114
« Gmagick::setimageiterations Gmagick::setimageredprimary » PHP Manual Gmagick 指定した名前の画像 ... ick >= Unknown) Gmagick::setimageprofile — 指定した名前の画像プロファイルを Gmagick オブジェクトに追加する ... string $name , string $profile ): Gmagick 指定した名前の画像プロファイルを Gmagick オブジェクトに追加します ... 。 同じ名前のプロファイルが存在する場合は、それを置き換えます。 ... パラメータ name 追加あるいは削除するプロファイルの名前。ICC、IPTC あるいは generic。 profile プロファイル。 ...
https://man.plustar.jp/php/gmagick.setimageprofile.html - [similar]
拡張モジュールの名前を取得する 4114
« ReflectionFunctionAbstract::getExtension ReflectionFunctionAbstract::getFileName » PHP Manual ... ReflectionFunctionAbstract 拡張モジュールの名前を取得する ReflectionFunctionAbstract::getExtensionN ... nctionAbstract::getExtensionName — 拡張モジュールの名前を取得する 説明 public ReflectionFunctionAbstract::g ... etExtensionName (): string | false 拡張モジュールの名前を取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 拡張モジュールの名前を返します。 ユーザー定義の関数の場合は、 false を返 ...
https://man.plustar.jp/php/reflectionfunctionabstract.getextensionname.html - [similar]
名前の性別の判別 4092
« EnchantDictionary はじめに » PHP Manual 自然言語および文字エンコーディング 名前の性別の判別 名前 ... ender\Gender クラス Gender\Gender::connect — 外部の名前ディレクトリに接続する Gender\Gender::__construct — ... スかどうかを調べる Gender\Gender::similarNames — 似た名前を取得する 関連キーワード: 名前 , 性別 , 判別 , 取得 ...
https://man.plustar.jp/php/book.gender.html - [similar]
変更履歴 4092
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし ... Collection::append OCI-Collection クラスは、 PHP の名前付けの規約に従って OCICollection に名前が変更されまし ... Collection::assign OCI-Collection クラスは、 PHP の名前付けの規約に従って OCICollection に名前が変更されまし ... ection::assignElem OCI-Collection クラスは、 PHP の名前付けの規約に従って OCICollection に名前が変更されまし ... CICollection::free OCI-Collection クラスは、 PHP の名前付けの規約に従って OCICollection に名前が変更されまし ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT