検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for strncmp (0.018 sec.)
最初の n 文字についてバイナリセーフな文字列比較を行う 14733
« strncasecmp strpbrk » PHP Manual String 関数 最初の n 文字についてバイナリセーフな文字列比較を ... 行う strncmp (PHP 4, PHP 5, PHP 7, PHP 8) strncmp — 最初の n 文 ... 字についてバイナリセーフな文字列比較を行う 説明 strncmp ( string $string1 , string $string2 , int $length ... きい場合に > 0 、等しい場合に 0 を返します。 例 例1 strncmp() の例 <?php $var1 = 'Hello John' ; $var2 = 'Hello ... Doe' ; if ( strncmp ( $var1 , $var2 , 5 ) === 0 ) { echo 'First 5 char ...
https://man.plustar.jp/php/function.strncmp.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 10188
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... $buffer , $id , $line ) { switch ( $line ) { case strncmp ( 'EHLO ' , $line , 4 ): $this -> ev_write ( $id , ... ev_write ( $id , "250 OK ehlo\r\n" ); break; case strncmp ( 'HELO ' , $line , 4 ): $this -> ev_write ( $id , ... ev_write ( $id , "250 OK helo\r\n" ); break; case strncmp ( 'QUIT' , $line , 3 ): $this -> ev_write ( $id , ... uit\r\n" ); $this -> ev_close ( $id ); break; case strncmp ( 'STARTTLS' , $line , 3 ): $this -> ev_write ( $i ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う 9404
« strnatcmp strncmp » PHP Manual String 関数 バイナリセーフで大文字小文字を区別しない文字列比較を ... a case-insensitive string comparison' ; } ?> 参考 strncmp() - 最初の n 文字についてバイナリセーフな文字列比較 ...
https://man.plustar.jp/php/function.strncasecmp.html - [similar]
文字列の中から任意の文字を探す 8377
« strncmp strpos » PHP Manual String 関数 文字列の中から任意の文字を探す strpbrk (PHP 5, PHP 7, ...
https://man.plustar.jp/php/function.strpbrk.html - [similar]
8237
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... $buffer , $id , $line ) { switch ( $line ) { case strncmp ( 'EHLO ' , $line , 4 ): $this -> ev_write ( $id , ... ev_write ( $id , "250 OK ehlo\r\n" ); break; case strncmp ( 'HELO ' , $line , 4 ): $this -> ev_write ( $id , ... ev_write ( $id , "250 OK helo\r\n" ); break; case strncmp ( 'QUIT' , $line , 3 ): $this -> ev_write ( $id , ... uit\r\n" ); $this -> ev_close ( $id ); break; case strncmp ( 'STARTTLS' , $line , 3 ): $this -> ev_write ( $i ...
https://man.plustar.jp/php/event.examples.html - [similar]
バイナリセーフな文字列比較 8237
« strchr strcoll » PHP Manual String 関数 バイナリセーフな文字列比較 strcmp (PHP 4, PHP 5, PHP 7 ... 長さの 2 つの文字列について、バイナリ対応で比較する strncmp() - 最初の n 文字についてバイナリセーフな文字列比較 ...
https://man.plustar.jp/php/function.strcmp.html - [similar]
ロケールに基づく文字列比較 8237
« strcmp strcspn » PHP Manual String 関数 ロケールに基づく文字列比較 strcoll (PHP 4 >= 4.0.5, PH ... を区別しない文字列比較を、最初の n 文字について行う strncmp() - 最初の n 文字についてバイナリセーフな文字列比較 ...
https://man.plustar.jp/php/function.strcoll.html - [similar]
文字列のコードを評価し、動的に関数を作成する 8115
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... ます $garr = array( create_function ( '$b,$a' , 'if (strncmp($a, $b, 3) == 0) return "** \"$a\" ' . 'and \"$b\" ... 作成します $garr = array( function( $b , $a ) { if ( strncmp ( $a , $b , 3 ) == 0 ) return "** \" $a \" " . "an ...
https://man.plustar.jp/php/function.create-function.html - [similar]
定義済みの全ての関数を配列で返す 8115
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配 ... > func_get_args [4] => strlen [5] => strcmp [6] => strncmp ... [750] => bcscale [751] => bccomp ) [user] => A ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
"自然順"アルゴリズムにより大文字小文字を区別しない文字列比較を行う 7976
« strlen strnatcmp » PHP Manual String 関数 "自然順"アルゴリズムにより大文字小文字を区別しない文 ... を区別しない文字列比較を、最初の n 文字について行う strncmp() - 最初の n 文字についてバイナリセーフな文字列比較 ...
https://man.plustar.jp/php/function.strnatcasecmp.html - [similar]
PREV 1 2 NEXT