検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 4795 for string (0.060 sec.)
ReflectionObject クラス 2822
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... s::IS_FINAL = 64 ; /* 継承したプロパティ */ public string $ name ; /* メソッド */ public __construct ( objec ... export ( mixed $argument , bool $return = false ): string public ReflectionClass::getAttributes ( ? string $ ... = 0 ): array public ReflectionClass::getConstant ( string $name ): mixed public ReflectionClass::getConstant ... ): array public ReflectionClass::getDocComment (): string | false public ReflectionClass::getEndLine (): int ...
https://man.plustar.jp/php/class.reflectionobject.html - [similar]
The SolrCollapseFunction class 2822
« SolrDisMaxQuery::useEDisMaxQueryParser SolrCollapseFunction::__construct » PHP Manual Solr The ... class SolrCollapseFunction { /* Constants */ const string NULLPOLICY_IGNORE = ignore ; const string NULLPOLI ... CY_EXPAND = expand ; const string NULLPOLICY_COLLAPSE = collapse ; /* メソッド */ pu ... blic __construct ( string $field = ? ) public getField (): string public get ... Hint (): string public getMax (): string public getMin (): string ...
https://man.plustar.jp/php/class.solrcollapsefunction.html - [similar]
変数の型が文字列かどうかを調べる 2822
« is_scalar isset » PHP Manual 変数操作 関数 変数の型が文字列かどうかを調べる is_string (PHP 4, ... PHP 5, PHP 7, PHP 8) is_string — 変数の型が文字列かどうかを調べる 説明 is_string ... パラメータ value 評価する変数。 戻り値 value の型が string である場合に true 、それ以外の場合に false を返しま ... す。 例 例1 is_string() の例 <?php $values = array( false , true , null ... 0' , 0 ); foreach ( $values as $value ) { echo "is_string(" ; var_export ( $value ); echo ") = " ; echo var_ ...
https://man.plustar.jp/php/function.is-string.html - [similar]
クエリ用の文字列をクオートする 2822
« PDO::query PDO::rollBack » PHP Manual PDO クエリ用の文字列をクオートする PDO::quote (PHP 5 >= ... リ用の文字列をクオートする 説明 public PDO::quote ( string $string , int $type = PDO::PARAM_STR ): string | f ... 各ドライバのドキュメント を参照ください。 パラメータ string クオートされる文字列を指定します。 type クオートす ... lite:/home/lynn/music.sql3' ); /* 単純な文字列 */ $string = 'Nice' ; print "Unquoted string: $string \n" ; p ... rint "Quoted string: " . $conn -> quote ( $string ) . "\n" ; ?> 上の例 ...
https://man.plustar.jp/php/pdo.quote.html - [similar]
FilesystemIterator クラス 2812
« EmptyIterator::valid FilesystemIterator::__construct » PHP Manual イテレータ FilesystemIterato ... PATHS = 8192 ; /* メソッド */ public __construct ( string $directory , int $flags = FilesystemIterator::KEY_ ... FilesystemIterator::SKIP_DOTS ) public current (): string | SplFileInfo | FilesystemIterator public getFlags ... (): int public key (): string public next (): void public rewind (): void public ... me (): int public DirectoryIterator::getBasename ( string $suffix = "" ): string public DirectoryIterator::g ...
https://man.plustar.jp/php/class.filesystemiterator.html - [similar]
Create new MongoDB Manager 2812
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... final public MongoDB\Driver\Manager::__construct ( string $uri = "mongodb://127.0.0.1/" , array $uriOptions ... ying any SSL or TLS URI options via the connection string or uriOptions parameter, the driver will implicitl ... details on supported URI options, see » Connection String Options in the MongoDB manual. » Connection pool o ... er credentials. uriOptions Additional » connection string options , which will overwrite any options with th ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
DOMCharacterData クラス 2802
« DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData ク ... implements DOMChildNode { /* プロパティ */ public string $ data ; public readonly int $ length ; public rea ... Sibling ; /* 継承したプロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public ... ? DOMDocument $ ownerDocument ; public readonly ? string $ namespaceURI ; public string $ prefix ; public r ... eadonly ? string $ localName ; public readonly ? string $ baseURI ; ...
https://man.plustar.jp/php/class.domcharacterdata.html - [similar]
DOMEntity クラス 2802
« DOMElement::setIdAttributeNS DOMEntityReference » PHP Manual DOM DOMEntity クラス DOMEntity ク ... tends DOMNode { /* プロパティ */ public readonly ? string $ publicId ; public readonly ? string $ systemId ; ... public readonly ? string $ notationName ; public readonly ? string $ actual ... Encoding = null ; public readonly ? string $ encoding = null ; public readonly ? string $ ver ... = null ; /* 継承したプロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public ...
https://man.plustar.jp/php/class.domentity.html - [similar]
Yaf_Request_Http クラス 2802
« Yaf_Request_Abstract::setRouted Yaf_Request_Http::__construct » PHP Manual Yaf Yaf_Request_Htt ... プロパティ */ /* メソッド */ public __construct ( string $request_uri = ? , string $base_uri = ? ) public g ... et ( string $name , string $default = ? ): mixed public getCoo ... kie ( string $name , string $default = ? ): mixed public getFil ... es (): void public getPost ( string $name , string $default = ? ): mixed public getQue ...
https://man.plustar.jp/php/class.yaf-request-http.html - [similar]
文字列の先頭および末尾にあるホワイトスペースを取り除く 2802
« substr ucfirst » PHP Manual String 関数 文字列の先頭および末尾にあるホワイトスペースを取り除く ... よび末尾にあるホワイトスペースを取り除く 説明 trim ( string $string , string $characters = " \n\r\t\v\x00" ): ... string この関数は string の最初および最後から空白文字を取り除き、 取り除かれ ... イト "\v" ( ASCII 11 ( 0x0B )), 垂直タブ パラメータ string ホワイトスペースを取り除く string characters chara ... are a few words :) ... " ; $binary = "\x09Example string\x0A" ; $hello = "Hello World" ; var_dump ( $text , ...
https://man.plustar.jp/php/function.trim.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT