検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 600 for [SIMILAR] 16 1024 4096 WITH 15328 ハッ WITH 1088... (0.456 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]
新しい CachingIterator オブジェクトを作成する 0
« CachingIterator CachingIterator::count » PHP Manual CachingIterator 新しい CachingIterator オブジェクトを作成する CachingIterator::__construct (PHP 5, PHP 7, PHP 8) CachingIterator::__construct — 新しい CachingIterator オブジェクトを作成する 説明 public CachingIterator::__construct ( I ...
https://man.plustar.jp/php/cachingiterator.construct.html - [similar]
定義済み定数 0
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 SEEK_SET ( int ) SEEK_CUR ( int ) SEEK_END ( in ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]
パスの最後にある名前の部分を返す 0
« ファイルシステム 関数 chgrp » PHP Manual ファイルシステム 関数 パスの最後にある名前の部分を返す basename (PHP 4, PHP 5, PHP 7, PHP 8) basename — パスの最後にある名前の部分を返す 説明 basename ( string $path , string $suffix = "" ): string ファイルあるいはディレクトリへのパスを含む文字列 ...
https://man.plustar.jp/php/function.basename.html - [similar]