検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 146 for So (0.005 sec.)
Loads C declarations from a C header file 6278
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... タ filename The name of a C header file. C preprocessor directives are not supported, i.e. #include , #de ... file name is required, e.g.: #define FFI_LIB "libc.so.6" . If it is a custom library, a relative path is ... required, e.g.: #define FFI_LIB "./mylib.so" . 戻り値 Returns the freshly created FFI object, ...
https://man.plustar.jp/php/ffi.load.html - [similar]
文字列に対してケースフォールディングを行う 6219
« mb_chr mb_convert_encoding » PHP Manual マルチバイト文字列 関数 文字列に対してケースフォールデ ... hp $str = "mary had a Little lamb and she loved it so" ; $str = mb_convert_case ( $str , MB_CASE_UPPER , ... // Prints MARY HAD A LITTLE LAMB AND SHE LOVED IT SO $str = mb_convert_case ( $str , MB_CASE_TITLE , "U ... // Prints Mary Had A Little Lamb And She Loved It So ?> 例2 非ラテン UTF-8 テキストでの mb_convert_case ...
https://man.plustar.jp/php/function.mb-convert-case.html - [similar]
ソケットのオプションを設定する 6219
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する so ... t_set_option (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) socket_set_option — ソケットのオプションを設定する 説 ...socket_set_option ( Socket $socket , int $level , int ... $option , array | string | int $value ): bool socket_set_option() 関数は、 level が指すプロトコルレ ... ベルでソケット socket のオプション option に値 value を設定します。 ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
文字列を小文字にする 6160
« strtok strtoupper » PHP Manual String 関数 文字列を小文字にする strtolower (PHP 4, PHP 5, PHP ... hp $str = "Mary Had A Little Lamb and She LOVED It So" ; $str = strtolower ( $str ); echo $str ; // mary ... had a little lamb and she loved it so を返します ?> 注意 注意 : この関数はバイナリデータ ...
https://man.plustar.jp/php/function.strtolower.html - [similar]
文字列を大文字にする 6160
« strtolower strtr » PHP Manual String 関数 文字列を大文字にする strtoupper (PHP 4, PHP 5, PHP 7 ... hp $str = "Mary Had A Little Lamb and She LOVED It So" ; $str = strtoupper ( $str ); echo $str ; // 「MA ... RY HAD A LITTLE LAMB AND SHE LOVED IT SO」を出力します。 ?> 注意 注意 : この関数はバイナリデ ...
https://man.plustar.jp/php/function.strtoupper.html - [similar]
オーバーロード 6101
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... \n" ; echo "Privates are visible inside the class, so __get() not used...\n" ; echo $obj -> getHidden () ... \n" ; echo "Privates not visible outside of class, so __get() is used...\n" ; echo $obj -> hidden . "\n" ... d 'hidden': Privates are visible inside the class, so __get() not used... 2 Privates not visible outside ... of class, so __get() is used... Getting 'hidden' Notice: Undefi ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
共有 PECL 拡張モジュールを、pecl コマンドを用いてコンパイルする 6042
« PHP 拡張モジュールの Windows へのインストール phpize で共有 PECL 拡張モジュールをコンパイルする ... ドされ、 コンパイルおよび extension_dir への extname.so のインストールが行われます。 extname.so は、 php.i ...
https://man.plustar.jp/php/install.pecl.pear.html - [similar]
基本的な SimpleXML の使用法 6042
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... t&#211;r</actor> </character> </characters> <plot> So, this language. It's like, a programming language. ... of a documentary. </plot> <great-lines> <line>PHP solves all my web problems</line> </great-lines> <rat ... e [ 0 ]-> plot ; ?> 上の例の出力は以下となります。 So, this language. It's like, a programming language. ... ' }-> line ; ?> 上の例の出力は以下となります。 PHP solves all my web problems 例4 SimpleXML でユニークで ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
The EventListener class 5983
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... ventListener { /* Constants */ const int OPT_LEAVE_SOCKETS_BLOCKING = 1 ; const int OPT_CLOSE_ON_FREE = ... (): bool public getBase (): void public static getSocketName ( string &$address , mixed &$port = ? ): b ... パティ fd Numeric file descriptor of the underlying socket. (Added in event-1.6.0 .) 定義済み定数 EventLi ... stener::OPT_LEAVE_SOCKETS_BLOCKING By default Libevent turns underlying ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
文字列を小文字にする 5983
« mb_strstr mb_strtoupper » PHP Manual マルチバイト文字列 関数 文字列を小文字にする mb_strtolowe ... hp $str = "Mary Had A Little Lamb and She LOVED It So" ; $str = mb_strtolower ( $str ); echo $str ; // 結 ... 果は mary had a little lamb and she loved it so ?> 例2 非ラテン UTF-8 テキストでの mb_strtolower() ...
https://man.plustar.jp/php/function.mb-strtolower.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT