検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 179 for hello (0.088 sec.)
メタデータ 5088
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... ; $result = $mysqli -> query ( "SELECT 1 AS _one, 'Hello' AS _two FROM DUAL" ); var_dump ( $result -> fetch ... ; $stmt = $mysqli -> prepare ( "SELECT 1 AS _one, 'Hello' AS _two FROM DUAL" ); $stmt -> execute (); $resul ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
Basic FFI usage 5033
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... bc.so.6" ); // call C's printf() $ffi -> printf ( "Hello %s!\n" , "world" ); ?> 上の例の出力は以下となります ...Hello world! 注意 : Note that some C functions need spec ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
マスクにマッチしない最初のセグメントの長さを返す 5033
« strcoll strip_tags » PHP Manual String 関数 マスクにマッチしない最初のセグメントの長さを返す s ... b = strcspn ( 'abcd' , 'banana' ); $c = strcspn ( 'hello' , 'l' ); $d = strcspn ( 'hello' , 'world' ); $e = ... strcspn ( 'abcdhelloabcd' , 'abcd' , - 9 ); $f = strcspn ( 'abcdhelloab ...
https://man.plustar.jp/php/function.strcspn.html - [similar]
プロパティ 5033
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... ティの宣言 <?php class SimpleClass { public $var1 = 'hello ' . 'world' ; public $var2 = <<<EOD hello world EO ... $var7 = [ true , false ]; public $var8 = <<<'EOD' hello world EOD; // アクセス権を付けない場合 static $var ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
Phar アーカイブの PHP ローダ (あるいは起動スタブ) を設定する 5033
« Phar::setSignatureAlgorithm Phar::startBuffering » PHP Manual Phar Phar アーカイブの PHP ローダ ... newphar.phar' ); $p [ 'a.php' ] = '<?php var_dump("Hello");' ; $p -> setStub ( '<?php var_dump("First"); Ph ... e ; } ?> 上の例の出力は以下となります。 string(5) "Hello" string(82) "<?php var_dump("First"); Phar::mapPha ...
https://man.plustar.jp/php/phar.setstub.html - [similar]
文字列を逆順にする 4977
« strrchr strripos » PHP Manual String 関数 文字列を逆順にする strrev (PHP 4, PHP 5, PHP 7, PHP ... strrev() で文字列を逆順にする <?php echo strrev ( "Hello world!" ); // 出力は "!dlrow olleH" となります ?> ...
https://man.plustar.jp/php/function.strrev.html - [similar]
さまざまな入出力ストリームへのアクセス 4977
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... emp/maxmemory: $fiveMBs " , 'r+' ); fputs ( $fp , "hello\n" ); // 書き込んだ内容を読み込みます。 rewind ( $ ... イプ文字 | で区切られます。 <?php /* これは、文字列 "Hello World" に対して rot13 フィルタを適用し、カレントデ ... filter/write=string.rot13/resource=example.txt" , "Hello World" ); ?> 例5 php://memory と php://temp は再利 ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
A Complete PHP/FFI/preloading Example 4922
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre ... test.php <?php $d = new Dummy (); $d -> printf ( "Hello %s!\n" , "world" ); ?> 関連キーワード: Complete , ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
配列を生成する 4922
« array_walk arsort » PHP Manual 配列 関数 配列を生成する array (PHP 4, PHP 5, PHP 7, PHP 8) arr ... セスする <?php $foo = array( 'bar' => 'baz' ); echo "Hello { $foo [ 'bar' ]} !" ; // Hello baz! ?> 注意 注意 ...
https://man.plustar.jp/php/function.array.html - [similar]
代入演算子 4922
« 算術演算子 ビット演算子 » PHP Manual 演算子 代入演算子 代入演算子 代入演算子の基本となるものは ... 8 にセットします。$a = $a + 5; と同じです。 $b = "Hello " ; $b .= "There!" ; // $bを"Hello There!"にセット ...
https://man.plustar.jp/php/language.operators.assignment.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT