検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 68 for Lib (0.005 sec.)
オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す 7545
« mcrypt_module_get_algo_key_size mcrypt_module_is_block_algorithm_mode » PHP Manual Mcrypt 関数 ... _supported_key_sizes ( string $algorithm , string $lib_dir = ? ): array 指定したアルゴリズムでサポートされ ... れます。 パラメータ algorithm 使用するアルゴリズム。 lib_dir オプションのパラメータ lib_dir により、 システ ...
https://man.plustar.jp/php/function.mcrypt-module-get-supported-key-sizes.html - [similar]
要件 7545
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール ... に依存します)を作成し、 この新規ディレクトリの下に lib/ 、 include/ という新しいディレクトリを作成します。 ... ァイルを include/ に、そしてすべての *.c ファイルを lib/ にコピーします。 IMAP をコンパイルすると、 c-clie ... nt.a というファイルが つくられます。これも lib/ ディレクトリにコピーし、 名前を libc-client.a に変 ... さい。 注意 : Mandrake Linux では、IMAP ライブラリ( libc-client.a ) が Kerberos のサポートなしでコンパイル ...
https://man.plustar.jp/php/imap.requirements.html - [similar]
Building the MongoDB PHP Driver from source 7545
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... default, the driver will use bundled versions of » libbson , » libmongoc , and » libmongocrypt and attemp ... t to configure them on its own. If these libraries are already installed as system libraries, y ... ct the driver to utilize them by specifying --with-libbson=yes --with--libmongoc=yes as arguments to conf ... eprecated and you should use --with-mongodb-system-libs=yes instead. For a complete list of configure opt ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 7375
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... 定された値を使います。 これらが設定されていない場合、libmcrypt をコンパイルした際の デフォルトのディレクトリ ... (通常は /usr/local/lib/libmcrypt ) を使います。 mode 定数 MCRYPT_MODE_モー ... 定された値を使います。 これらが設定されていない場合、libmcrypt をコンパイルした際の デフォルトのディレクトリ ... (通常は /usr/local/lib/libmcrypt ) を使います。 戻り値 通常は暗号化記述子 ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
実行時設定 7205
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ゴリズムが格納されているディレクトリ。 デフォルトは libmcrypt をコンパイルするときに指定した場所で、通常は ... /usr/local/lib/libmcrypt です。 詳細は mcrypt_list_algorithms() を ... モードが格納されているディレクトリ。 デフォルトは libmcrypt をコンパイルするときに指定した場所で、通常は ... /usr/local/lib/libmcrypt です。 詳細は mcrypt_list_modes() を参照 ...
https://man.plustar.jp/php/mcrypt.configuration.html - [similar]
インストール手順 7105
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP の cURL サ ... しておく必要があります。ただし、DIR は、ディレクトリ lib および include を有するディレクトリの場所となります ... ァイル easy.h および curl.h がある必要が あります。 libcurl.a という名前のファイルがディレクトリ lib にある ... このモジュールを Windows 環境で使用可能とするには、 libeay32.dll および ssleay32.dll 、 もしくは OpenSSL 1 ... .1 以降では libcrypto-*.dll および libssl-*.dll が PATH の通った場 ...
https://man.plustar.jp/php/curl.installation.html - [similar]
指定したアルゴリズムのブロック長を返す 7105
« mcrypt_module_close mcrypt_module_get_algo_key_size » PHP Manual Mcrypt 関数 指定したアルゴリズ ... _get_algo_block_size ( string $algorithm , string $lib_dir = ? ): int 指定したアルゴリズムのブロック長を取 ... 得します。 パラメータ algorithm アルゴリズム名。 lib_dir オプションのパラメータで、 システム上でのモード ...
https://man.plustar.jp/php/function.mcrypt-module-get-algo-block-size.html - [similar]
要件 7105
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 libsvm 自体が必要で ... す。libsvm は、いくつかのパッケージ管理を介して入手可能です ... 。 たとえば、RPM ベースのシステムでは libsvm-devel、Debian ベースのシステムでは libsvm-dev で ... う。 wget http://www.csie.ntu.edu.tw/~cjlin/cgi-bin/libsvm.cgi?+http://www.csie.ntu.edu.tw/~cjlin/libsvm+t ... ar.gz tar xvzf libsvm-3.1.tar.gz cd libsvm-3.1 make lib cp libsvm.so. ...
https://man.plustar.jp/php/svm.requirements.html - [similar]
実行時に PHP 拡張モジュールをロードする 7020
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... を考慮して、ディレクトリのデフォルトは <install-dir>/lib/php/extensions/ <debug-or-not>-<zts-or-not>-ZEND_M ... ODULE_API_NO となる。 例: /usr/local/php/lib/php/extensions/debug-non-zts-20010901 または /usr/ ... local/php/lib/php/extensions/no-debug-zts-20010901 . 戻り値 成功 ... ; } else { dl ( 'sqlite.so' ); } } // または PHP_SHLIB_SUFFIX 定数を使用 if (! extension_loaded ( 'sqlite ...
https://man.plustar.jp/php/function.dl.html - [similar]
オープンされたモードでサポートされる最大キー長を返す 7020
« mcrypt_module_get_algo_block_size mcrypt_module_get_supported_key_sizes » PHP Manual Mcrypt 関 ... le_get_algo_key_size ( string $algorithm , string $lib_dir = ? ): int オープンされたモードでサポートされる ... を取得します。 パラメータ algorithm アルゴリズム名。 lib_dir オプションのパラメータで、 システム上でのモード ...
https://man.plustar.jp/php/function.mcrypt-module-get-algo-key-size.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT