検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 1718 for [SIMILAR] 16 1024 4096 WITH 6180 connection WITH... (1.007 sec.)
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 8.1.x で推奨されなくなる機能 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア $GLOBALS へのアクセス制限 $GLOBALS 配列へのアクセスに対し、 多くの制限が適用されるようになりました。 $GLOBALS['var'] のような、 個 ...
https://man.plustar.jp/php/migration81.incompatible.html - [similar]
インストール手順 0
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP を構成する OCI8 を構成する前に前述の 要件 節に 目を通してください。 Web サーバーを開始する前に、一般的に OCI8 はいくつかの Oracle 環境変数(下記参照)が必要です。 それらはライブラリの場所を指 ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
LDAP ディレクトリにバインドする 0
« ldap_add ldap_bind » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind_ext (PHP 7 >= 7.3.0, PHP 8) ldap_bind_ext — LDAP ディレクトリにバインドする 説明 ldap_bind_ext ( LDAP\Connection $ldap , ? string $dn = null , ? string $password = null , ? array $controls = null ): LDA ...
https://man.plustar.jp/php/function.ldap-bind-ext.html - [similar]
ディレクトリからエントリを削除する 0
« ldap_count_references ldap_delete » PHP Manual LDAP 関数 ディレクトリからエントリを削除する ldap_delete_ext (PHP 7 >= 7.3.0, PHP 8) ldap_delete_ext — ディレクトリからエントリを削除する 説明 ldap_delete_ext ( LDAP\Connection $ldap , string $dn , ? array $controls = null ): LDAP\Result | ...
https://man.plustar.jp/php/function.ldap-delete-ext.html - [similar]
属性を新規の値に置換する 0
« ldap_mod_del ldap_mod_replace » PHP Manual LDAP 関数 属性を新規の値に置換する ldap_mod_replace_ext (PHP 7 >= 7.3.0, PHP 8) ldap_mod_replace_ext — 属性を新規の値に置換する 説明 ldap_mod_replace_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\Re ...
https://man.plustar.jp/php/function.ldap-mod_replace-ext.html - [similar]
エントリ名を修正する 0
« ldap_read ldap_rename » PHP Manual LDAP 関数 エントリ名を修正する ldap_rename_ext (PHP 7 >= 7.3.0, PHP 8) ldap_rename_ext — エントリ名を修正する 説明 ldap_rename_ext ( LDAP\Connection $ldap , string $dn , string $new_rdn , string $new_parent , bool $delete_old_rdn , ? array $controls = ...
https://man.plustar.jp/php/function.ldap-rename-ext.html - [similar]
メールボックスの購読をやめる 0
« imap_undelete imap_utf7_decode » PHP Manual IMAP 関数 メールボックスの購読をやめる imap_unsubscribe (PHP 4, PHP 5, PHP 7, PHP 8) imap_unsubscribe — メールボックスの購読をやめる 説明 imap_unsubscribe ( IMAP\Connection $imap , string $mailbox ): bool 指定されたメールボックス mailbox の購 ...
https://man.plustar.jp/php/function.imap-unsubscribe.html - [similar]
定義済みの変数 0
« 基本的な事 変数のスコープ » PHP Manual 変数 定義済みの変数 定義済みの変数 PHPは、実行する全てのスクリプトに定義済みの多くの変数を 提供します。しかし、これらの変数の多くは、 実行するサーバーの種類、サーバーのバージョンおよび設定、 その他の要素に依存しており、完全に記述することはできませ ...
https://man.plustar.jp/php/language.variables.predefined.html - [similar]
IMAP ストリームをクローズする 0
« imap_clearflag_full imap_create » PHP Manual IMAP 関数 IMAP ストリームをクローズする imap_close (PHP 4, PHP 5, PHP 7, PHP 8) imap_close — IMAP ストリームをクローズする 説明 imap_close ( IMAP\Connection $imap , int $flags = 0 ): bool IMAP ストリームをクローズします。 パラメータ imap IMA ...
https://man.plustar.jp/php/function.imap-close.html - [similar]
現在のメールボックスにある新規メッセージ数を取得する 0
« imap_num_msg imap_open » PHP Manual IMAP 関数 現在のメールボックスにある新規メッセージ数を取得する imap_num_recent (PHP 4, PHP 5, PHP 7, PHP 8) imap_num_recent — 現在のメールボックスにある新規メッセージ数を取得する 説明 imap_num_recent ( IMAP\Connection $imap ): int 現在のメールボックス ...
https://man.plustar.jp/php/function.imap-num-recent.html - [similar]