検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 996 for インスタンス (0.062 sec.)
libmagic のオプションを設定する 3014
« finfo_open mime_content_type » PHP Manual Fileinfo 関数 libmagic のオプションを設定する finfo_ ... パラメータ finfo finfo_open() が返す、 finfo クラスのインスタンス。 flags ひとつあるいは複数の Fileinfo 定数 の組み合 ... バージョン 説明 8.1.0 引数 finfo は、 finfo クラスのインスタンスを期待するようになりました。 これより前のバージョンで ...
https://man.plustar.jp/php/function.finfo-set-flags.html - [similar]
新しいメールボックスを作る 3014
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... 作成します。 パラメータ imap IMAP\Connection クラスのインスタンス。 mailbox メールボックス名。詳細は imap_open() を参 ... 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 これより前のバージョンで ... ルボックス , createmailbox , Connection , mailbox , インスタンス , 変更 , バージョン , 期待 , 名前 , クラス ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
接続ステータスを取得する 3014
« pg_connection_reset pg_consume_input » PHP Manual PostgreSQL 関数 接続ステータスを取得する pg_ ... す。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 PGSQL_CONNECTION_OK あるいは PGSQL_CONNECT ... 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待するようになりました。 これより前のバージョンで ...
https://man.plustar.jp/php/function.pg-connection-status.html - [similar]
送信を待っているクエリデータをフラッシュする 3014
« pg_field_type pg_free_result » PHP Manual PostgreSQL 関数 送信を待っているクエリデータをフラッ ... す。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 フラッシュが成功したか、またはフラッシュを ... 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待するようになりました。 これより前のバージョンで ...
https://man.plustar.jp/php/function.pg-flush.html - [similar]
単語のスペルについて修正候補を示す 3014
« pspell_store_replacement PSpell\Dictionary » PHP Manual Pspell 関数 単語のスペルについて修正候 ... す。 パラメータ dictionary PSpell\Dictionary クラスのインスタンス。 word 調べたい単語。 戻り値 修正候補の配列を返しま ... 1.0 引数 dictionary は、 PSpell\Dictionary クラスのインスタンスを期待するようになりました。 これより前のバージョンで ...
https://man.plustar.jp/php/function.pspell-suggest.html - [similar]
dotnet クラスのコンストラクタ 3008
« dotnet variant » PHP Manual dotnet dotnet クラスのコンストラクタ dotnet::__construct (PHP 4 >= ... 指定します。 datatype_name アセンブリ中のどのクラスをインスタンス化するかを指定します。 codepage Unicode文字列の変換に ...
https://man.plustar.jp/php/dotnet.construct.html - [similar]
LDAP ツリーを探索する 3008
« ldap_sasl_bind ldap_set_option » PHP Manual LDAP 関数 LDAP ツリーを探索する ldap_search (PHP 4 ... ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 base ディレクトリのベース DN。 filter 検索フィルタ ... DAP コントロール の配列 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に false を返します 変更履歴 ... 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 これより前のバージョンで ... ース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これより前のバージョンでは、 ...
https://man.plustar.jp/php/function.ldap-search.html - [similar]
PostgreSQL 接続の下層にある、読み取り専用のソケットのハンドルを取得する 3008
« pg_set_error_verbosity pg_trace » PHP Manual PostgreSQL 関数 PostgreSQL 接続の下層にある、読み ... す。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 成功した場合は、ソケットのリソース。 失敗し ... 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待するようになりました。 これより前のバージョンで ...
https://man.plustar.jp/php/function.pg-socket.html - [similar]
カレンダーのタイプを取得する 3008
« IntlCalendar::getTimeZone IntlCalendar::getWeekendTransition » PHP Manual IntlCalendar カレンダ ... 一つです。 パラメータ calendar IntlCalendar クラスのインスタンス。 戻り値 カレンダーのタイプを示す文字列を返します。 ... ing , calendar , キーワード , gregorian , public , インスタンス ...
https://man.plustar.jp/php/intlcalendar.gettype.html - [similar]
下位互換性のない変更点 3008
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x へ ... _classes() 関数 get_declared_classes() 関数は、まだインスタンス化されていない無名クラスを返さなくなりました。 fn キ ... れます。 日付と時刻 DateTime や DateTimeImmutable のインスタンスに対して var_dump() 類似の関数を呼び出しても、オブジ ... じになることを意味します。 PDO PDO や PDOStatement のインスタンスをシリアル化しようとすると、 PDOException ではなく E ... されました。 Standard PHP Library (SPL) ArrayObject インスタンスに対して get_object_vars() 関数を呼ぶと、 ArrayObjec ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]