検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 777 for e (0.219 sec.)
LDAP フィルタまたは DN で使われる文字列をエスケープする 3090
« ldap_error ldap_exop_passwd » PHP Manual LDAP 関数 LDAP フィルタまたは DN で使われる文字列をエ ... スケープする ldap_escape (PHP 5 >= 5.6.0, PHP 7, PHP 8) ldap_escape... または DN で使われる文字列をエスケープする 説明 ldap_escape ( string $value , string $ignore = "" , int $ ... ): string flags で指示されたコンテキストで使う value をエスケープします。 パラメータ value エスケープす ... る値 ignore エスケープする際に無視する文字 flags エスケープされ ...
https://man.plustar.jp/php/function.ldap-escape.html - [similar]
ハードリンクを作成する 3090
« lchown linkinfo » PHP Manual ファイルシステム 関数 ハードリンクを作成する link (PHP 4, PHP 5, ... k — ハードリンクを作成する 説明 link ( string $target , string $link ): bool link() はハードリンクを作成 ... します。 パラメータ target リンクの対象。 link リンクの名前。 戻り値 成功した ... 場合に true を、失敗した場合に false を返します。 エラー / 例外 ... link が既に存在していたり、 target が存在しない場合には、 この関数は失敗し E_WARNING ...
https://man.plustar.jp/php/function.link.html - [similar]
文字列の長さを得る 3090
« mb_stristr mb_strpos » PHP Manual マルチバイト文字列 関数 文字列の長さを得る mb_strlen (PHP 4 ... >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_strlen — 文字列の長さを得る 説明 mb_strlen ( string $str ... ing , ? string $encoding = null ): int 文字列の長さを取得します。 パ ... ラメータ string 長さを調べたい文字列。 encoding encoding パラメータには文字エンコーディング ... ーディングを使用します。 戻り値 文字エンコーディング encoding の文字列 string の文字数を返します。 マルチ ...
https://man.plustar.jp/php/function.mb-strlen.html - [similar]
ネットワークインターフェイスを取得する 3090
« long2ip openlog » PHP Manual ネットワーク 関数 ネットワークインターフェイスを取得する net_get_ ... interfaces (PHP 7 >= 7.3, PHP 8) net_get_interfaces — ネ ... ットワークインターフェイスを取得する 説明 net_get_interfaces (): array | false ローカルマシン上 ... メータ この関数にはパラメータはありません。 戻り値 Returns an associative array where the key is the nam ... e of the interface and the value an associative array of in ...
https://man.plustar.jp/php/function.net-get-interfaces.html - [similar]
ステートメントの種類を返す 3090
« oci_set_prefetch oci_unregister_taf_callback » PHP Manual OCI8 関数 ステートメントの種類を返す ... oci_statement_type (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ... oci_statement_type — ステートメントの種類を返す 説明 oci_sta ... tement_type ( resource $statement ): string | false O ... CI ステートメント statement の種類をあらわすキーワードを返します。 パラメー ...
https://man.plustar.jp/php/function.oci-statement-type.html - [similar]
PHP スクリプトを、実行せずにコンパイルしてキャッシュする 3090
« OPcache 関数 opcache_get_configuration » PHP Manual OPcache 関数 PHP スクリプトを、実行せずにコ ... ンパイルしてキャッシュする opcache_compile_file (PHP 5 >= 5.5.5, PHP 7, PHP 8, PECL Z ... endOpcache > 7.0.2) opcache_compile_file — PHP スクリプトを、 ... 実行せずにコンパイルしてキャッシュする 説明 opcache_compile_file ( string $filename ): bool この関数は ... 、PHP スクリプトをコンパイルして opcode キャッシュに追加しますが、スクリプトは実行しません ...
https://man.plustar.jp/php/function.opcache-compile-file.html - [similar]
ダイジェストを計算する 3090
« openssl_dh_compute_key openssl_encrypt » PHP Manual OpenSSL 関数 ダイジェストを計算する openss ... l_digest (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_digest — ... ダイジェストを計算する 説明 openssl_digest ( string $data , string $digest_algo , ... bool $binary = false ): string | false 与えられたメソッドを使って、与え ... ジェスト・ハッシュ値を計算し、 未加工の、または binhex エンコードされた文字列を返します。 パラメータ dat ...
https://man.plustar.jp/php/function.openssl-digest.html - [similar]
データベース名を取得する 3090
« pg_copy_to pg_delete » PHP Manual PostgreSQL 関数 データベース名を取得する pg_dbname (PHP 4, P ... HP 5, PHP 7, PHP 8) pg_dbname — データベース名を取得する 説明 pg_dbname ( ? PgSq ... l\Connection $connection = null ): string pg_dbname() は、 ... PostgreSQL の connection インスタンスで指定した データベー ... スの名前を返します。 パラメータ connection PgSql\Connection クラスのインスタンス。 conne ...
https://man.plustar.jp/php/function.pg-dbname.html - [similar]
パターンにマッチする配列の要素を返す 3090
« preg_filter preg_last_error_msg » PHP Manual PCRE 関数 パターンにマッチする配列の要素を返す pr ... eg_grep (PHP 4, PHP 5, PHP 7, PHP 8) preg_grep — パターン ... にマッチする配列の要素を返す 説明 preg_grep ( string $pattern , array $array , int $flag ... s = 0 ): array | false array 配列の要素のうち、 指定した pattern にマッチ ... するものを要素とする配列を返します。 パラメータ pattern 検索するパターンを表す文字列。 array 入力の配列。 ...
https://man.plustar.jp/php/function.preg-grep.html - [similar]
gz ファイルを出力する 3090
« inflate_init zlib_decode » PHP Manual Zlib 関数 gz ファイルを出力する readgzfile (PHP 4, PHP 5 ... , PHP 7, PHP 8) readgzfile — gz ファイルを出力する 説明 readgzfile ( ... string $filename , int $use_include_path = 0 ): int | false ファ ... イルを読み込み、解凍し、標準出力に書き込みます。 readgzfile() は、gzip フォーマットでないファイルの読込 ... にも使用可能です。この場合、 readgzfile() はファイルを解凍せずに直接読込みます。 パ ...
https://man.plustar.jp/php/function.readgzfile.html - [similar]