検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1026 for [SIMILAR] 16 1024 4096 WITH 15054 func WITH 1196... (8.095 sec.)
最初の結果 ID を返す 0
« ldap_first_attribute ldap_first_reference » PHP Manual LDAP 関数 最初の結果 ID を返す ldap_first_entry (PHP 4, PHP 5, PHP 7, PHP 8) ldap_first_entry — 最初の結果 ID を返す 説明 ldap_first_entry ( LDAP\Connection $ldap , LDAP\Result $result ): LDAP\ResultEntry | false 結果内の最初のエン ...
https://man.plustar.jp/php/function.ldap-first-entry.html - [similar]
結果エントリから全てのバイナリ値を得る 0
« ldap_get_option ldap_get_values » PHP Manual LDAP 関数 結果エントリから全てのバイナリ値を得る ldap_get_values_len (PHP 4, PHP 5, PHP 7, PHP 8) ldap_get_values_len — 結果エントリから全てのバイナリ値を得る 説明 ldap_get_values_len ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , strin ...
https://man.plustar.jp/php/function.ldap-get-values-len.html - [similar]
結果における次の属性を得る 0
« ldap_modify ldap_next_entry » PHP Manual LDAP 関数 結果における次の属性を得る ldap_next_attribute (PHP 4, PHP 5, PHP 7, PHP 8) ldap_next_attribute — 結果における次の属性を得る 説明 ldap_next_attribute ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): string | false エントリ内の属性を ...
https://man.plustar.jp/php/function.ldap-next-attribute.html - [similar]
GET/POST/COOKIE データをパースし、グローバル変数を設定する 0
« mb_output_handler mb_preferred_mime_name » PHP Manual マルチバイト文字列 関数 GET/POST/COOKIE データをパースし、グローバル変数を設定する mb_parse_str (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_parse_str — GET/POST/COOKIE データをパースし、グローバル変数を設定する 説明 mb_parse_str ( stri ...
https://man.plustar.jp/php/function.mb-parse-str.html - [similar]
文字列を固定長の他の文字列で埋める 0
« str_ireplace str_repeat » PHP Manual String 関数 文字列を固定長の他の文字列で埋める str_pad (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) str_pad — 文字列を固定長の他の文字列で埋める 説明 str_pad ( string $string , int $length , string $pad_string = " " , int $pad_type = STR_PAD_RIGHT ): strin ...
https://man.plustar.jp/php/function.str-pad.html - [similar]
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]
新機能 0
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
データベース接続 0
« 手続き型とオブジェクト指向インターフェイス ステートメントの実行 » PHP Manual クイックスタートガイド データベース接続 データベース接続 MySQL は、サーバに接続するために、 異なるトランスポート層をサポートしています。 TCP/IP, Unix ドメインソケット、 そして、Windows の名前付きパイプです。 ホ ...
https://man.plustar.jp/php/mysqli.quickstart.connections.html - [similar]
Description 0
« Swoole\Coroutine::call_user_func Swoole\Coroutine::create » PHP Manual Swoole\Coroutine Description Swoole\Coroutine::cli_wait (PECL swoole >= 2.0.0) Swoole\Coroutine::cli_wait — Description 説明 public static Swoole\Coroutine::cli_wait (): ReturnType パラメータ この関数にはパラメータは ...
https://man.plustar.jp/php/swoole-coroutine.cli-wait.html - [similar]
双曲線余弦(ハイパボリックコサイン) 0
« cos decbin » PHP Manual Math 関数 双曲線余弦(ハイパボリックコサイン) cosh (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) cosh — 双曲線余弦(ハイパボリックコサイン) 説明 cosh ( float $num ): float num のハイパボリックコサインを返します。 これは、 (exp(arg) + exp(-arg))/2 で定義されます。 パラ ...
https://man.plustar.jp/php/function.cosh.html - [similar]