検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 4795 for string (0.049 sec.)
SASL を使用して LDAP ディレクトリにバインドする 2185
« ldap_rename ldap_search » PHP Manual LDAP 関数 SASL を使用して LDAP ディレクトリにバインドする ... する 説明 ldap_sasl_bind ( LDAP\Connection $ldap , ? string $dn = null , ? string $password = null , ? string ... $mech = null , ? string $realm = null , ? string $authc_id = null , ? stri ... ng $authz_id = null , ? string $props = null ): bool 警告 この関数は、 現在のとこ ... 義となります。 関連キーワード: SASL , ディレクトリ , string , sasl , 使用 , bind , 関数 , authc , 期待 , 注意 ...
https://man.plustar.jp/php/function.ldap-sasl-bind.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 2185
« mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの ... ィングに変換する 説明 mb_convert_encoding ( array | string $string , string $to_encoding , array | string | n ... ull $from_encoding = null ): array | string | false 文字列 string の文字エンコーディングを、 f ... 内部エンコーディングから to_encoding に変換します。 string が配列の場合、それに含まれる全ての文字列型の値が再 ... 帰的に変換されます。 パラメータ string 変換する string または array to_encoding 変換したい ...
https://man.plustar.jp/php/function.mb-convert-encoding.html - [similar]
新しい IntlCalendar を作成する 2185
« IntlCalendar::__construct IntlCalendar::equals » PHP Manual IntlCalendar 新しい IntlCalendar を ... ar::createInstance ( IntlTimeZone | DateTimeZone | string | null $timezone = null , ? string $locale = null ... al_create_instance ( IntlTimeZone | DateTimeZone | string | null $timezone = null , ? string $locale = null ... LL )); 上の例の出力は以下となります。 No arguments string(21) "IntlGregorianCalendar" string(68) "martes 18 ... ora de verano de Europa Central" Explicit timezone string(21) "IntlGregorianCalendar" string(45) "martes 18 ...
https://man.plustar.jp/php/intlcalendar.createinstance.html - [similar]
CURLStringFile クラス 2175
« CURLFile::setPostFilename CURLStringFile::__construct » PHP Manual cURL CURLStringFile クラス ... CURLStringFile クラス (PHP 8 >= 8.1.0) はじめに CURLStringFil ... le を使わなければいけません。 クラス概要 class CURLStringFile { /* プロパティ */ public string $ data ; publ ... ic string $ postname ; public string $ mime ; /* メソッド */ ... public __construct ( string $data , string $postname , string $mime = "applica ...
https://man.plustar.jp/php/class.curlstringfile.html - [similar]
The EventHttpConnection class 2175
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... truct ( EventBase $base , EventDnsBase $dns_base , string $address , int $port , EventSslContext $ctx = null ... ) public getBase (): EventBase public getPeer ( string &$address , int &$port ): void public makeRequest ... ( EventHttpRequest $req , int $type , string $uri ): bool public setCloseCallback ( callable $c ... , mixed $data = ? ): void public setLocalAddress ( string $address ): void public setLocalPort ( int $port ) ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
VarnishAdmin クラス 2175
« 基本的な VarnishLog の使用法 VarnishAdmin::auth » PHP Manual Varnish VarnishAdmin クラス Varni ... { /* メソッド */ public auth (): bool public ban ( string $vcl_regex ): int public banUrl ( string $vcl_rege ... ? ) public disconnect (): bool public getPanic (): string public getParams (): array public isRunning (): bo ... c setCompat ( int $compat ): void public setHost ( string $host ): void public setIdent ( string $ident ): v ... oid public setParam ( string $name , string | int $value ): int public setPort ...
https://man.plustar.jp/php/class.varnishadmin.html - [similar]
The Yar_Client_Exception class 2175
« Yar_Server_Exception::getType Yar_Client_Exception::getType » PHP Manual Yar The Yar_Client_Ex ... /* プロパティ */ /* メソッド */ public getType (): string /* 継承したメソッド */ final public Exception::get ... Message (): string final public Exception::getPrevious (): ? Throwabl ... etCode (): int final public Exception::getFile (): string final public Exception::getLine (): int final publ ... tTrace (): array final public Exception::getTraceAsString (): string public Exception::__toString (): string ...
https://man.plustar.jp/php/class.yar-client-exception.html - [similar]
ストアドプロシージャから、次の結果セットを要求する 2175
« db2_lob_read db2_num_fields » PHP Manual IBM DB2 関数 ストアドプロシージャから、次の結果セット ... ます。 最初の結果セットを取得します array(2) { [0]=> string(16) "Bubbles " [1]=> int(3) } array(2) { [0]=> str ... } 2 番目の結果セットを取得します array(4) { [0]=> string(16) "Sweater " [1]=> int(6) [2]=> string(5) "llama ... " [3]=> string(6) "150.00" } array(4) { [0]=> string(16) "Smarty ... " [1]=> int(2) [2]=> string(5) "horse" [3]=> string(6) "350.00" } 3 番目の結果 ...
https://man.plustar.jp/php/function.db2-next-result.html - [similar]
イテレータを配列にコピーする 2175
« iterator_count spl_autoload_call » PHP Manual SPL 関数 イテレータを配列にコピーする iterator_t ... の例の出力は以下となります。 array(4) { ["recipe"]=> string(8) "pancakes" [0]=> string(3) "egg" [1]=> string(4 ... ) "milk" [2]=> string(5) "flour" } array(4) { [0]=> string(8) "pancakes" ... [1]=> string(3) "egg" [2]=> string(4) "milk" [3]=> string(5) "f ... lour" } 関連キーワード: 配列 , コピー , array , string , キー , 要素 , パラメータ , 変換 , preserve , 警告 ...
https://man.plustar.jp/php/function.iterator-to-array.html - [similar]
文字列に rot13 変換を行う 2175
« str_replace str_shuffle » PHP Manual String 関数 文字列に rot13 変換を行う str_rot13 (PHP 4 >= ... rot13 — 文字列に rot13 変換を行う 説明 str_rot13 ( string $string ): string 引数 string に対して ROT13 変換を ... 定した場合には、元の文字列が返されます。 パラメータ string 入力文字列。 戻り値 指定した文字列を ROT13 変換した ... 0' ); // CUC 4.3.0 ?> 関連キーワード: rot , 変換 , string , ROT , 文字 , 関数 , replace , shuffle , シフト , ...
https://man.plustar.jp/php/function.str-rot13.html - [similar]