検索

phrase: max: clip:
target: order:
Results of 651 - 660 of about 1085 for [SIMILAR] 16 1024 4096 WITH 35686 closure WITH 3... (0.866 sec.)
Italic Font Settings 0
« UI\Draw\Text\Font\Weight UI\Draw\Text\Font\Stretch » PHP Manual UI Italic Font Settings Italic Font Settings (UI 0.9.9) はじめに クラス概要 final class UI\Draw\Text\Font\Italic { /* Constants */ const int Normal = 0 ; const int Oblique = 1 ; const int Italic = 2 ; } 関連キーワード: Fon ...
https://man.plustar.jp/php/class.ui-draw-text-font-italic.html - [similar]
IMAP キャッシュをクリアする 0
« imap_fetchtext imap_get_quota » PHP Manual IMAP 関数 IMAP キャッシュをクリアする imap_gc (PHP 5 >= 5.3.0, PHP 7, PHP 8) imap_gc — IMAP キャッシュをクリアする 説明 imap_gc ( IMAP\Connection $imap , int $flags ): bool 指定した型のエントリのキャッシュを破棄します。 パラメータ imap IMAP\Co ...
https://man.plustar.jp/php/function.imap-gc.html - [similar]
現在のメールボックスのメッセージ数を取得する 0
« imap_mutf7_to_utf8 imap_num_recent » PHP Manual IMAP 関数 現在のメールボックスのメッセージ数を取得する imap_num_msg (PHP 4, PHP 5, PHP 7, PHP 8) imap_num_msg — 現在のメールボックスのメッセージ数を取得する 説明 imap_num_msg ( IMAP\Connection $imap ): int | false 現在のメールボックスにあ ...
https://man.plustar.jp/php/function.imap-num-msg.html - [similar]
結果メモリを開放する 0
« ldap_first_reference ldap_get_attributes » PHP Manual LDAP 関数 結果メモリを開放する ldap_free_result (PHP 4, PHP 5, PHP 7, PHP 8) ldap_free_result — 結果メモリを開放する 説明 ldap_free_result ( LDAP\Result $result ): bool 内部での結果保持用に割り当てられていたメモリを開放します。 結果 ...
https://man.plustar.jp/php/function.ldap-free-result.html - [similar]
X.509 証明書をパースし、オブジェクトを返す 0
« openssl_x509_parse openssl_x509_verify » PHP Manual OpenSSL 関数 X.509 証明書をパースし、オブジェクトを返す openssl_x509_read (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) openssl_x509_read — X.509 証明書をパースし、オブジェクトを返す 説明 openssl_x509_read ( OpenSSLCertificate | string $certi ...
https://man.plustar.jp/php/function.openssl-x509-read.html - [similar]
接続をリセット(再接続)する 0
« pg_connection_busy pg_connection_status » PHP Manual PostgreSQL 関数 接続をリセット(再接続)する pg_connection_reset (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_connection_reset — 接続をリセット(再接続)する 説明 pg_connection_reset ( PgSql\Connection $connection ): bool pg_connection_reset ...
https://man.plustar.jp/php/function.pg-connection-reset.html - [similar]
現在のセッションをクリアする 0
« pspell_check pspell_config_create » PHP Manual Pspell 関数 現在のセッションをクリアする pspell_clear_session (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_clear_session — 現在のセッションをクリアする 説明 pspell_clear_session ( PSpell\Dictionary $dictionary ): bool pspell_clear_session( ...
https://man.plustar.jp/php/function.pspell-clear-session.html - [similar]
列挙型の概要 0
« 列挙型(Enum) 列挙型の基礎 » PHP Manual 列挙型(Enum) 列挙型の概要 列挙型の概要 (PHP 8 >= 8.1.0) 列挙型(Enumerations) または Enum を使うと、 開発者は取りうる値を限定した独自の型を定義できます。 これによって、"不正な状態を表現できなくなる" ので、 ドメインモデルを定義する時に特に役立ちます ...
https://man.plustar.jp/php/language.enumerations.overview.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 配列でない値を配列スタイルでアクセスした場合 null , bool , int , float または resource 型を ( $null["key"] のように) 配列としてアク ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
ストリームラッパーとして登録するクラスの例 0
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパーとして登録するクラスの例 以下のサンプルは、var:// プロトコルハンドラを実装し、 指定した名前のグローバル変数の読み書きを fread() のような標準のファイルシステム関数でできるようにしています。 以 ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]