検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 322 for [SIMILAR] 16 1024 4096 WITH 14751 opensslasymmet... (0.289 sec.)
基本的な使用法 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]
SSH サーバーに接続する 0
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_connect (PECL ssh2 >= 0.9.0) ssh2_connect — SSH サーバーに接続する 説明 ssh2_connect ( string $host , int $port = 22 , array $methods = ? , array $callbacks = ? ): resource リモートの SSH サーバーと ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
はじめに 0
« cURL インストール/設定 » PHP Manual cURL はじめに はじめに PHP は、Daniel Stenbergにより開発されたライブラリlibcurl をサポートします。 このライブラリにより、多くの異なったプロトコルで様々なサーバーと接続し、 通信することが可能になります。libcurl は現在 http, https, ftp, gopher, telnet, ...
https://man.plustar.jp/php/intro.curl.html - [similar]
このエントリが暗号化されているかどうかを調べる 0
« RarEntry::isDirectory RarEntry::__toString » PHP Manual RarEntry このエントリが暗号化されているかどうかを調べる RarEntry::isEncrypted (PECL rar >= 2.0.0) RarEntry::isEncrypted — このエントリが暗号化されているかどうかを調べる 説明 public RarEntry::isEncrypted (): bool 現在のディレクトリ ...
https://man.plustar.jp/php/rarentry.isencrypted.html - [similar]
CUBRID データベースへの接続 0
« CUBRID (PDO) PDO::cubrid_schema » PHP Manual CUBRID (PDO) CUBRID データベースへの接続 PDO_CUBRID DSN (PECL PDO_CUBRID >= 8.3.0.0001) PDO_CUBRID DSN — CUBRID データベースへの接続 説明 PDO_CUBRID のデータソース名 (DSN) は次の要素をセミコロン区切りで表したものです。 DSN プレフィックス DSN ...
https://man.plustar.jp/php/ref.pdo-cubrid.connection.html - [similar]
ダイジェストを計算する 0
« openssl_dh_compute_key openssl_encrypt » PHP Manual OpenSSL 関数 ダイジェストを計算する openssl_digest (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_digest — ダイジェストを計算する 説明 openssl_digest ( string $data , string $digest_algo , bool $binary = false ): string | false 与えられたメソ ...
https://man.plustar.jp/php/function.openssl-digest.html - [similar]
SPL 関数 0
« UnexpectedValueException class_implements » PHP Manual SPL SPL 関数 SPL 関数 目次 class_implements — 与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す class_parents — 与えられたクラスの親クラスを返す class_uses — 指定したクラスが使っているトレイトを返す itera ...
https://man.plustar.jp/php/ref.spl.html - [similar]
データベースに関する問題 0
« PHP を手に入れるには インストール » PHP Manual FAQ データベースに関する問題 データベースに関する問題 このセクションでは PHP とデータベースとの関係に関する一般的な質問を 扱います。なんと! PHP は事実上あらゆるデータベースにアクセスすることが できます。 PHP は Microsoft SQL Server にアクセ ...
https://man.plustar.jp/php/faq.databases.html - [similar]