検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 4795 for string (0.029 sec.)
The MongoDB\Driver\TopologyDescription class 2269
« MongoDB\Driver\ServerDescription::getType MongoDB\Driver\TopologyDescription::getServers » PHP ... Driver\TopologyDescription { /* Constants */ const string TYPE_UNKNOWN = "Unknown" ; const string TYPE_SINGL ... E = "Single" ; const string TYPE_SHARDED = "Sharded" ; const string TYPE_REPLI ... CA_SET_NO_PRIMARY = "ReplicaSetNoPrimary" ; const string TYPE_REPLICA_SET_WITH_PRIMARY = "ReplicaSetWithPri ... mary" ; const string TYPE_LOAD_BALANCED = "LoadBalanced" ; /* メソッド ...
https://man.plustar.jp/php/class.mongodb-driver-topologydescription.html - [similar]
NumberFormatter クラス 2269
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... berFormatter { /* メソッド */ public __construct ( string $locale , int $style , ? string $pattern = null ) ... public static create ( string $locale , int $style , ? string $pattern = null ): ... rFormatter public formatCurrency ( float $amount , string $currency ): string | false public format ( int | ... num , int $type = NumberFormatter::TYPE_DEFAULT ): string | false public getAttribute ( int $attribute ): in ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
ReflectionClassConstant クラス 2269
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション R ... const int IS_PRIVATE = 4 ; /* プロパティ */ public string $ name ; public string $ class ; /* メソッド */ pu ... blic __construct ( object | string $class , string $constant ) public static export ( ... mixed $class , string $name , bool $return = ? ): string public getAttri ... butes ( ? string $name = null , int $flags = 0 ): array public getD ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]
ReflectionExtension クラス 2269
« ReflectionZendExtension::__toString ReflectionExtension::__clone » PHP Manual リフレクション R ... ion implements Reflector { /* プロパティ */ public string $ name ; /* メソッド */ public __construct ( strin ... ) private __clone (): void public static export ( string $name , string $return = false ): string public ge ... public getINIEntries (): array public getName (): string public getVersion (): ? string public info (): voi ... nt (): bool public isTemporary (): bool public __toString (): string } プロパティ name 拡張モジュールの名前。 ...
https://man.plustar.jp/php/class.reflectionextension.html - [similar]
8 ビット文字列を quoted-printable 文字列に変換する 2269
« quoted_printable_decode quotemeta » PHP Manual String 関数 8 ビット文字列を quoted-printable 文 ... le 文字列に変換する 説明 quoted_printable_encode ( string $string ): string » RFC2045 の section 6.7 に従って ... ールを必要としないという違いがあります。 パラメータ string 入力文字列。 戻り値 エンコードされた文字列を返しま ... e ( $encoded )); ?> 上の例の出力は以下となります。 string(37) "M=C3=B6chten Sie ein paar =C3=84pfel?" string ... 列に変換する 関連キーワード: able , quoted , 変換 , string , ted , decode , 関数 , paar , Sie , 入力 ...
https://man.plustar.jp/php/function.quoted-printable-encode.html - [similar]
Add a new function, similar to create_function 2269
« runkit7_constant_remove runkit7_function_copy » PHP Manual runkit7 関数 Add a new function, si ... r to create_function() 説明 runkit7_function_add ( string $function_name , string $argument_list , string $c ... ode , bool $return_by_reference = null , string $doc_comment = null , string $return_type = ? , bo ... ol $is_strict = ? ): bool runkit7_function_add ( string $function_name , Closure $closure , string $doc_co ... mment = null , string $return_type = ? , bool $is_strict = ? ): bool パラ ...
https://man.plustar.jp/php/function.runkit7-function-add.html - [similar]
文字列の長さを得る 2269
« stristr strnatcasecmp » PHP Manual String 関数 文字列の長さを得る strlen (PHP 4, PHP 5, PHP 7, ... PHP 8) strlen — 文字列の長さを得る 説明 strlen ( string $string ): int 与えられた string の長さを返します。 ... パラメータ string 長さを調べる文字列。 戻り値 成功した場合に string ... の長さ、 string が空の文字列だった場合に 0 を返します。 例 例1 str ... en() - 文字列の長さを得る 関連キーワード: strlen , string , 注意 , 文字数 , 配列 , stristr , 参考 , 取得 , 単 ...
https://man.plustar.jp/php/function.strlen.html - [similar]
Returns the Symbol as a string 2269
« MongoDB\BSON\Symbol::serialize MongoDB\BSON\Symbol::unserialize » PHP Manual MongoDB\BSON\Symb ... ol Returns the Symbol as a string MongoDB\BSON\Symbol::__toString (mongodb >=1.4.0) ... MongoDB\BSON\Symbol::__toString — Returns the Symbol as a string 説明 final public ... MongoDB\BSON\Symbol::__toString (): string パラメータ この関数にはパラメータはあり ... ません。 戻り値 Returns the string representation of this Symbol. 参考 » BSON Types 関 ...
https://man.plustar.jp/php/mongodb-bson-symbol.tostring.html - [similar]
クラスの名前を取得する 2269
« ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass ク ... を取得する 説明 public ReflectionClass::getName (): string クラスの名前を取得します。 パラメータ この関数には ... ()); ?> 上の例の出力は以下となります。 bool(false) string(8) "stdClass" string(0) "" string(8) "stdClass" bo ... ol(true) string(7) "A\B\Foo" string(3) "A\B" string(3) "Foo" 参考 ... キーワード: 名前 , クラス , 取得 , ReflectionClass , string , getName , getNamespaceName , パラメータ , stdCla ...
https://man.plustar.jp/php/reflectionclass.getname.html - [similar]
Add a file to the post form. 2269
« Swoole\Http\Client Swoole\Http\Client::close » PHP Manual Swoole\Http\Client Add a file to the ... st form. 説明 public Swoole\Http\Client::addFile ( string $path , string $name , string $type = ? , string $ ... filename = ? , string $offset = ? ): void パラメータ path name type file ... ーワード: Add , file , form , Swoole , Http , the , string , addFile , path , type ...
https://man.plustar.jp/php/swoole-http-client.addfile.html - [similar]