検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 294 for [SIMILAR] 16 1024 4096 WITH 18734 ハッ WITH 1803... (0.378 sec.)
はじめに 0
« OAuth インストール/設定 » PHP Manual OAuth はじめに はじめに この拡張モジュールは、OAuth 1.0a コンシューマおよびプロバイダの機能を提供します。 OAuth は HTTP 上に構築された認証プロトコルで、 アプリケーションからデータへのアクセスが安全にできるようになります。 アプリケーション側でユーザー ...
https://man.plustar.jp/php/intro.oauth.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 MySQLi 設定オプション 名前 デフォルト 変更可能 変更履歴 mysqli.allow_local_infile "0" PHP_INI_SYSTEM PHP 7.2.16, 7.3.3 より前のバージョンでは デフォルト値は "1" でした ...
https://man.plustar.jp/php/mysqli.configuration.html - [similar]
SSL コンテキストオプションの一覧 0
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパラメータ SSL コンテキストオプションの一覧 SSL コンテキストオプション SSL コンテキストオプション — SSL コンテキストオプションの一覧 説明 ssl:// および tls:// トランスポート用のコンテキストオプシ ...
https://man.plustar.jp/php/context.ssl.html - [similar]
指定したサーバーからアイテムを取得する 0
« Memcached::getAllKeys Memcached::getDelayed » PHP Manual Memcached 指定したサーバーからアイテムを取得する Memcached::getByKey (PECL memcached >= 0.1.0) Memcached::getByKey — 指定したサーバーからアイテムを取得する 説明 public Memcached::getByKey ( string $server_key , string $key , call ...
https://man.plustar.jp/php/memcached.getbykey.html - [similar]
キーとサーバーを関連付ける 0
« Memcached::getResultMessage Memcached::getServerList » PHP Manual Memcached キーとサーバーを関連付ける Memcached::getServerByKey (PECL memcached >= 0.1.0) Memcached::getServerByKey — キーとサーバーを関連付ける 説明 public Memcached::getServerByKey ( string $server_key ): array Memcache ...
https://man.plustar.jp/php/memcached.getserverbykey.html - [similar]
指定したサーバーにアイテムを格納する 0
« Memcached::set Memcached::setMulti » PHP Manual Memcached 指定したサーバーにアイテムを格納する Memcached::setByKey (PECL memcached >= 0.1.0) Memcached::setByKey — 指定したサーバーにアイテムを格納する 説明 public Memcached::setByKey ( string $server_key , string $key , mixed $value , in ...
https://man.plustar.jp/php/memcached.setbykey.html - [similar]
定義済み定数 0
« リソース型 SSH2 関数 » PHP Manual SSH2 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 SSH2_FINGERPRINT_MD5 ( int ) ホスト鍵のフィンガープリントを MD5 ハッシュ ...
https://man.plustar.jp/php/ssh2.constants.html - [similar]
基本的な使用法 0
« 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する if ((! $ftp ) || (! $ ...
https://man.plustar.jp/php/ftp.examples-basic.html - [similar]
LDAP エントリの変更をまとめて実行する 0
« ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap_modify_batch (PHP 5.4 >= 5.4.26, PHP 5.5 >= 5.5.10, PHP 5.6 >= 5.6.0, PHP 7, PHP 8) ldap_modify_batch — LDAP エントリの変更をまとめて実行する 説明 ldap_modify_batch ( LDAP\Connection $ldap , ...
https://man.plustar.jp/php/function.ldap-modify-batch.html - [similar]
グループアクセスリストを求める 0
« posix_getuid posix_isatty » PHP Manual POSIX 関数 グループアクセスリストを求める posix_initgroups (PHP 5 >= 5.2.0, PHP 7, PHP 8) posix_initgroups — グループアクセスリストを求める 説明 posix_initgroups ( string $username , int $group_id ): bool 指定した名前のユーザーについてのグループア ...
https://man.plustar.jp/php/function.posix-initgroups.html - [similar]