Results of 1 - 10 of about 14 for libC (0.038 sec.)
- Basic FFI usage 13776
- « 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail
...
gular tasks. 注意 : Some of these examples require libc.so.6 and as such will not work on systems where it ...
shared library <?php // create FFI object, loading libc and exporting function printf() $ffi = FFI :: cdef ...
rmat, ...);" , // this is a regular C declaration "libc.so.6" ); // call C's printf() $ffi -> printf ( "He ...
day(struct timeval *tv, struct timezone *tz); " , "libc.so.6" ); // create C data structures $tv = $ffi -> ...
-
https://man.plustar.jp/php/ffi.examples-basic.html
- [similar]
- 要件 11693
- « インストール/設定 インストール/設定 » PHP Manual インストール/設定 要件 要件 この拡張モジュール
...
には、Linux 2.6.13 以降と最新の libC が必要です。 関連キーワード: 要件 , インストール , ...
設定 , 拡張 , モジュール , 最新 , libC , ...
-
https://man.plustar.jp/php/inotify.requirements.html
- [similar]
- 要件 9312
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール
...
れます。これも lib/ ディレクトリにコピーし、 名前を libc-client.a に変更してください。 注意 : c-client ライ ...
さい。 注意 : Mandrake Linux では、IMAP ライブラリ( libc-client.a ) が Kerberos のサポートなしでコンパイル ...
-
https://man.plustar.jp/php/imap.requirements.html
- [similar]
- メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 8682
- « mt_getrandmax mt_srand » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器を介して乱数値を
...
penssl_random_pseudo_bytes() を使いましょう。 古い libc の多くの乱数発生器は、怪しげであるか特性が不明であ ...
生成器 » メルセンヌ・ツイスター を使用し、 平均的な libc の rand()よりも 4 倍以上高速に乱数を生成します。 オ ...
-
https://man.plustar.jp/php/function.mt-rand.html
- [similar]
- A Complete PHP/FFI/preloading Example 8524
- « PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre
...
dummy.h #define FFI_SCOPE "DUMMY" #define FFI_LIB "libc.so.6" int printf(const char *format, ...); dummy.p ...
-
https://man.plustar.jp/php/ffi.examples-complete.html
- [similar]
- Loads C declarations from a C header file 8349
- « FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load (
...
the file name is required, e.g.: #define FFI_LIB "libc.so.6" . If it is a custom library, a relative path ...
-
https://man.plustar.jp/php/ffi.load.html
- [similar]
- MIME エンコードされたテキストを UTF-8 に変換する 8034
- « imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF-
...
_encoded_text ): string 宣言されている文字セットを libc-client が知っている場合は、 指定した mime_encoded_ ...
-
https://man.plustar.jp/php/function.imap-utf8.html
- [similar]
- 配列をシャッフルする 8034
- « rsort sizeof » PHP Manual 配列 関数 配列をシャッフルする shuffle (PHP 4, PHP 5, PHP 7, PHP 8)
...
ョン 説明 7.1.0 内部的なランダム化のアルゴリズムが、 libc の rand 関数ではなく、 » メルセンヌツイスタ 乱数生 ...
-
https://man.plustar.jp/php/function.shuffle.html
- [similar]
- 文字列をランダムにシャッフルする 8034
- « str_rot13 str_split » PHP Manual String 関数 文字列をランダムにシャッフルする str_shuffle (PHP
...
ジョン 説明 7.1.0 内部的なランダム化アルゴリズムは、 libc の rand 関数ではなく、 » メルセンヌツイスタ 乱数生 ...
-
https://man.plustar.jp/php/function.str-shuffle.html
- [similar]
- システム名を得る 7877
- « posix_ttyname プログラムの実行 » PHP Manual POSIX 関数 システム名を得る posix_uname (PHP 4, PH
...
このため、このフィールドは GNU システム上または GNU libc を使用している場合にのみ使用可能です。 この関数は、 ...
-
https://man.plustar.jp/php/function.posix-uname.html
- [similar]