検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 584 for C (0.005 sec.)
Creates an unmanaged pointer to C data 6642
« FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7 ... .4.0, PHP 8) FFI::addr — Creates an unmanaged pointer to C data 説明 public s ... tatic FFI::addr ( FFI\CData &$ptr ): FFI\CData Creates a ... n unmanaged pointer to the C data represented by the given FFI\CData . The sour ... ce ptr must survive the resulting pointer. This function is mainly useful to pass arguments to C functi ...
https://man.plustar.jp/php/ffi.addr.html - [similar]
型宣言 6357
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... み使えます。 array 値が、配列でなければいけません。 callable 値が、 callable でなければいけません。 クラ ... ンスタンスでなければなりません。 PHP 7.1.0 以降 object 値が、 object でなければなりません。 PHP 7.2.0 以 ... とが要求されます。 bool 型ではありません。 <?php function test ( boolean $param ) {} test ( true ); ?> 上 ... ます。: Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
Creates a C data structure 6289
« FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, P ... HP 8) FFI::new — Creates a C data structure 説明 public static FFI::n ... ew ( FFI\CType | string $type , bool $owned = true , bool $pe ... rsistent = false ): ? FFI\CData public FFI::new ( FFI\CType | string $type , b ... $owned = true , bool $persistent = false ): ? FFI\CData Creates a native data structure of the given C ...
https://man.plustar.jp/php/ffi.new.html - [similar]
Creates an FFI\CType object from a C declaration 6289
« FFI::string FFI::typeof » PHP Manual FFI Creates an FFI\CType object from a C declaration FFI: ... :type (PHP 7 >= 7.4.0, PHP 8) FFI::type — Creates an FFI\CType object from a C declaration 説明 ... public static FFI::type ( string $type ): ? FFI\CType pub ... lic FFI::type ( string $type ): ? FFI\CType This funct ... ion creates and returns a FFI\CType object for the given ...
https://man.plustar.jp/php/ffi.type.html - [similar]
基本的な使い方 6041
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... がデータベースにバインドしているので必要 // This function should be needed, since PostgreSQL connection ... binds database. function pg_list_dbs ( $db ) { assert ( is_resource ( $ ... db )); $query = ' SELECT d.datname as "Name", u.usename as "Owner", pg_enc ... oding_to_char(d.encoding) as "Encoding" FROM pg_database d LE ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
Instantiates an FFI object with C declarations parsed during preloading 5974
« FFI::new FFI::sizeof » PHP Manual FFI Instantiates an FFI object with C declarations parsed du ... ring preloading FFI::scope (PHP 7 >= 7.4.0, PHP 8) FFI::scope — Instantiat ... es an FFI object with C declarations parsed during preloading 説明 ... public static FFI::scope ( string $name ): FFI Instantiat ... es an FFI object with C declarations parsed during preloading. The ...
https://man.plustar.jp/php/ffi.scope.html - [similar]
mysqlndプラグインの開発をはじめよう 5906
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... 関数の基本構造を示します。 /* my_php_mysqlnd_plugin.c */ static PHP_MINIT_FUNCTION(mysqlnd_plugin) { /* ... globals, ini entries, resources, classes */ /* register mysqlnd plugin */ mysqln ... d_plugin_id = mysqlnd_plugin_register(); conn_m = mysqlnd_get_conn_methods(); memcpy(org_conn ... _m, conn_m, sizeof(struct st_mysqlnd_conn_methods)); con ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
Dynamically constructs a new C array type 5831
« FFI::alignof FFI::cast » PHP Manual FFI Dynamically constructs a new C array type FFI::arrayTy ... pe (PHP 7 >= 7.4.0, PHP 8) FFI::arrayType — Dynamically constructs a new C array type 説明 public stat ... ic FFI::arrayType ( FFI\CType $type , array $dimensio ... ns ): FFI\CType Dynamically constructs a new C array type with ... ements of type defined by type , and dimensions specified by dimensions . In the following example $t1 ...
https://man.plustar.jp/php/ffi.arraytype.html - [similar]
除去 5801
« 検証 Filter 関数 » PHP Manual 例 除去 除去 例1 メールアドレスの検証、および不正な部分の除去 <? ... mple.org' ; $b = 'bogus - at - example dot org' ; $c = '(bogus@example.org)' ; $sanitized_a = filter_va ... r_var ( $sanitized_a , FILTER_VALIDATE_EMAIL )) { echo "処理済の (a) はメールアドレスとして有効です。\n ... r_var ( $sanitized_b , FILTER_VALIDATE_EMAIL )) { echo "処理済のメールアドレスは有効です。" ; } else { ... echo "処理済の (b) はメールアドレスとして無効です。\n ...
https://man.plustar.jp/php/filter.examples.sanitization.html - [similar]
Gets the size of C data or types 5659
« FFI::scope FFI::string » PHP Manual FFI Gets the size of C data or types FFI::sizeof (PHP 7 >= ... 7.4.0, PHP 8) FFI::sizeof — Gets the size of C data or types 説明 public static FFI::sizeof ( FFI ... \CData | FFI\CType &$ptr ): int Returns the size of t ... he given FFI\CData or FFI\CType object. パラメータ ptr The handle ... of the C data or type. 戻り値 The size of the memory area p ...
https://man.plustar.jp/php/ffi.sizeof.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT