検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 584 for C (0.014 sec.)
fd について C ライブラリの fcntl を実行する 4330
« dio_close dio_open » PHP Manual ダイレクト IO 関数 fd について C ライブラリの fcntl を実行する ... dio_fcntl (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_fcntl — fd ... について C ライブラリの fcntl を実行する 説明 dio_fcntl ( res ... ource $fd , int $cmd , mixed $args = ? ): mixed 関数 di ... o_fcntl() は、ファイル記述子 fd において cmd で指定され ...
https://man.plustar.jp/php/function.dio-fcntl.html - [similar]
フォーマット済みの文字列を出力する 4330
« print quoted_printable_decode » PHP Manual String 関数 フォーマット済みの文字列を出力する prin ... プロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変換の対象に ... 負の数にだけマイナスの符号が数値の前に付きます。 (space) スペースに変換される詰め物です。 これがデフォルト ... ます。 s 指定子を使うと、 右側にも0埋めできます。 ' (char) 指定された (char) で埋めます。 Width (最小で)何 ... 字がこの変換結果に含まれるかを数値で指定します。 Precision ピリオド . の後に数値を続けますが、 その意味は ...
https://man.plustar.jp/php/function.printf.html - [similar]
新機能 4330
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... で、スカラー式として扱えるようになりました。 <?php const ONE = 1 ; const TWO = ONE * 2 ; class C { cons ... t THREE = TWO + 1 ; const ONE_THIRD = ONE / self :: THREE ; const SENTEN ... CE = 'THREE の値は ' . self :: THREE ; public function f ( $a = ONE + self :: THREE ) { return $ ... a ; } } echo (new C )-> f (). "\n" ; echo C :: SENTENCE ; ?> ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
はじめに 4293
« mqseries インストール/設定 » PHP Manual mqseries はじめに はじめに この拡張モジュールは、IBM W ... す。 このインターフェイスは、WebSphere MQ Series の C 言語用 API のクライアントインターフェイスとできるだ ... け同じになるように作られています。 命名規約なども C の API と可能な限り一致させています。 この拡張モジ ... ュールを使いこなすには、 C の API についてある程度の知識が必要となるでしょう。 ... MQ-options、MQ-structures、MQ-results などについては、 WebSphere MQ App ...
https://man.plustar.jp/php/intro.mqseries.html - [similar]
配列 4293
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... ると、実際には "" として格納されます。 array や object は、キーとして 使えません 。 キーとして使おうとす ... hp $array = array( 1 => "a" , "1" => "b" , 1.5 => "c" , true => "d" , ); var_dump ( $array ); ?> 上の例 ... を指定する例 <?php $array = array( "a" , "b" , 6 => "c" , "d" , ); var_dump ( $array ); ?> 上の例の出力は ... string(1) "a" [1]=> string(1) "b" [6]=> string(1) "c" [7]=> string(1) "d" } ごらんの通り、最後の値である ...
https://man.plustar.jp/php/language.types.array.html - [similar]
文字列 4293
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... 6 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します ... 能です。 引用符 二重引用符 ヒアドキュメント構文 Nowdoc 構文 引用符 文字列を指定する最も簡単な方法は、引用 ... られた文字列にある場合には展開 されません 。 <?php echo 'this is a simple string' ; echo 'You can also h ... this way as it is okay to do' ; // 出力: Arnold once said: "I'll be back" echo 'Arnold once said: "I\' ...
https://man.plustar.jp/php/language.types.string.html - [similar]
Sorts the map in-place by value 4263
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... CL ds >= 1.0.0) Ds\Map::sort — Sorts the map in-place by value 説明 public Ds\Map::sort ( callable $com ... parator = ? ): void Sorts the map in-place by value, using an optional comparator function. ... パラメータ comparator 比較関数は、最初の引数と二番目の引数の比較 ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 警告 Returning ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns a copy, sorted by value 4263
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ... ds >= 1.0.0) Ds\Map::sorted — Returns a copy, sorted by value 説明 public Ds\Map::sorted ( c ... allable $comparator = ? ): Ds\Map Returns a copy, sorted by v ... alue using an optional comparator function. パラメータ comparator 比較関数は ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 警告 Returning ...
https://man.plustar.jp/php/ds-map.sorted.html - [similar]
Set a read lock on the given OID 4263
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... cubrid_lock_read (PECL CUBRID >= 8.3.0) cubrid_lock_read — Se ... t a read lock on the given OID 説明 cubrid_lock_read ( resource ... $conn_identifier , string $oid ): bool The cubrid_loc ... k_read() function is used to put read lock on the instance point ...
https://man.plustar.jp/php/function.cubrid-lock-read.html - [similar]
変数に関する情報をダンプする 4263
« unset var_export » PHP Manual 変数操作 関数 変数に関する情報をダンプする var_dump (PHP 4, PHP ... 再帰的に 探索されます。 オブジェクトのすべての public、private および protected なプロパティが出力されます ... の例 <?php $a = array( 1 , 2 , array( "a" , "b" , "c" )); var_dump ( $a ); ?> 上の例の出力は以下となりま ... string(1) "a" [1]=> string(1) "b" [2]=> string(1) "c" } } <?php $b = 3.1 ; $c = true ; var_dump ( $b , ... $c ); ?> 上の例の出力は以下となります。 float(3.1) bo ...
https://man.plustar.jp/php/function.var-dump.html - [similar]