検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 1052 for [SIMILAR] 16 1024 4096 WITH 14826 shmop WITH 194... (1.307 sec.)
列挙型 / Enum 0
« オブジェクト リソース » PHP Manual 型 列挙型 / Enum 列挙型 / Enum 列挙型の基礎 列挙型は、クラスやクラス定数に対して、さらに制限を加えたものです。 ある型に対して、取り得る値の限られた集合を定義する方法を提供します。 <?php enum Suit { case Hearts ; case Diamonds ; case Clubs ; case Spade ...
https://man.plustar.jp/php/language.types.enumerations.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 関数に渡す引数が少ない場合の挙動 これまでのバージョンでは、ユーザー定義の関数に渡す引数が足りない場合は warning が発生していました。PHP 7.1 ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
インターフェイスの実装を調べる 0
« ReflectionClass::hasProperty ReflectionClass::inNamespace » PHP Manual ReflectionClass インターフェイスの実装を調べる ReflectionClass::implementsInterface (PHP 5, PHP 7, PHP 8) ReflectionClass::implementsInterface — インターフェイスの実装を調べる 説明 public ReflectionClass::implements ...
https://man.plustar.jp/php/reflectionclass.implementsinterface.html - [similar]
その他の予約語の一覧 0
« 定義済みの定数 リソース型の一覧 » PHP Manual 予約語の一覧 その他の予約語の一覧 その他の予約語の一覧 これらの名前は、クラスやインターフェイスそしてトレイトの名前として使えません。 名前空間の中であっても使うことはできません。 予約語 int float bool string true false null void iterable (PH ...
https://man.plustar.jp/php/reserved.other-reserved-words.html - [similar]
FilesystemIterator クラス 0
« EmptyIterator::valid FilesystemIterator::__construct » PHP Manual イテレータ FilesystemIterator クラス FilesystemIterator クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに Filesystem イテレータです。 クラス概要 class FilesystemIterator extends DirectoryIterator { /* 定数 */ const int CURR ...
https://man.plustar.jp/php/class.filesystemiterator.html - [similar]
IntlTimeZone クラス 0
« IntlGregorianCalendar::setGregorianChange IntlTimeZone::__construct » PHP Manual intl IntlTimeZone クラス IntlTimeZone クラス (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) はじめに クラス概要 class IntlTimeZone { /* Constants */ const int DISPLAY_SHORT = 1 ; const int DISPLAY_LONG = ...
https://man.plustar.jp/php/class.intltimezone.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual クラス/オブジェクト 定義済み定数 定義済み定数 定数は定義されていません。 関連キーワード: 定義 , 定数 , リソース , クラス , オブジェクト , ...
https://man.plustar.jp/php/classobj.constants.html - [similar]
削除用にマークされたすべてのメッセージを削除する 0
« imap_errors imap_fetch_overview » PHP Manual IMAP 関数 削除用にマークされたすべてのメッセージを削除する imap_expunge (PHP 4, PHP 5, PHP 7, PHP 8) imap_expunge — 削除用にマークされたすべてのメッセージを削除する 説明 imap_expunge ( IMAP\Connection $imap ): bool imap_delete() 、 imap_mail ...
https://man.plustar.jp/php/function.imap-expunge.html - [similar]
フィールドが SQL の NULL かどうか調べる 0
« pg_fetch_row pg_field_name » PHP Manual PostgreSQL 関数 フィールドが SQL の NULL かどうか調べる pg_field_is_null (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_field_is_null — フィールドが SQL の NULL かどうか調べる 説明 pg_field_is_null ( PgSql\Result $result , int $row , mixed $field ): in ...
https://man.plustar.jp/php/function.pg-field-is-null.html - [similar]
単語をチェックする 0
« pspell_add_to_session pspell_clear_session » PHP Manual Pspell 関数 単語をチェックする pspell_check (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_check — 単語をチェックする 説明 pspell_check ( PSpell\Dictionary $dictionary , string $word ): bool pspell_check() は単語のスペルをチェックし ...
https://man.plustar.jp/php/function.pspell-check.html - [similar]