検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 1237 for n (0.051 sec.)
Get the status for the running task 3702
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... running task GearmanClient::doStatus (PECL gearman >= ... 0.5.0) GearmanClient::doStatus — Get the status for the running t ... ask 説明 public GearmanClient::doStatus (): array Returns the status for t ... he running task. This should be used between repeated Gea ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
名前空間と動的言語機能 3702
« 名前空間の使用法: 基本編 namespace キーワードおよび __NAMESPACE__ 定数 » PHP Manual 名前空間 名 ... 素への動的なアクセス example1.php: <?php class classname { function __construct () { echo __METHOD__ , " ... \n" ; } } function funcname () { echo __FUNCTION__ , ... "\n" ; } const constname = "global" ; $a = 'classname' ... ; $obj = new $a ; // classname::__construct と表示します $b = ...
https://man.plustar.jp/php/language.namespaces.dynamic.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 3674
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ions on the specified socket stream or resource EventH ... ttp::accept (PECL event >= 1.2.6-beta) EventHttp::accept — Makes an HTTP ... server accept connections on the specified socket stream or resource ... 説明 public EventHttp::accept ( mixed $socket ): bool Makes an HTTP ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
PHP Callbacks 3674
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... cks It is possible to assign a PHP closure to a native variable of function poi ... nter type or to pass it as a function argument: <?php $zend = FFI :: cdef ( " typed ... ef int (*zend_write_func_t)(const char *str, size_t str_ ... length); extern zend_write_func_t zend_write; " ); ech ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
アドレス文字列を解釈します 3651
« imap_reopen imap_rfc822_parse_headers » PHP Manual IMAP 関数 アドレス文字列を解釈します imap_r ... 列を解釈します 説明 imap_rfc822_parse_adrlist ( string $string , string $default_hostname ): array » RFC ... づき、アドレス文字列をパースします。 パラメータ string アドレスを含む文字列。 default_hostname デフォルト ... ルボックス名(ユーザー名)。 host - ホスト名。 personal - 個人名。 adl - ドメインソースルート。 例 例1 i ... map_rfc822_parse_adrlist() の例 <?php $address_string = "Joe Doe <doe@example.com>, postmaster@example. ...
https://man.plustar.jp/php/function.imap-rfc822-parse-adrlist.html - [similar]
文字列の一方向のハッシュ化を行う 3629
« crc32 echo » PHP Manual String 関数 文字列の一方向のハッシュ化を行う crypt (PHP 4, PHP 5, PHP ... )バイナリデータ対応ではありません! 説明 crypt ( string $string , string $salt ): string crypt() 文字列の ... ハッシュを返します。 Unix 標準の DES ベースのアルゴリズムか、 代替のアルゴ ... ってしまいます。 このパラメータを省略した場合には、E_NOTICE が発生します。 十分に強いソルトを指定して、セ ... の salt を自動生成します。 PHP の定数 CRYPT_SALT_LENGTH には、 ハッシュで使用できる salt の最大長が格納 ...
https://man.plustar.jp/php/function.crypt.html - [similar]
基本的な使用法 3629
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... の概要 <?php // 接続し、データベースを選択する $dbconn = pg_connect ( "host=localhost dbname=publishing ... user=www password=foo" ) or die( 'Could not connect: ' . pg_last_error ()); // SQL クエリを実 ... error ()); // 結果を HTML で表示する echo "<table>\n" ; while ( $line = pg_fetch_array ( $result , null ... , PGSQL_ASSOC )) { echo "\t<tr>\n" ; foreach ( $line as $col_value ) { echo "\t\t<td ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
ReflectionMethod を作成する 3629
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... する ReflectionMethod::__construct (PHP 5, PHP 7, PHP 8) Reflectio ... nMethod::__construct — ReflectionMethod を作成する 説明 public Re ... flectionMethod::__construct ( object | string $objectOrMeth ... od , string $method ) Alternative signature (not supported wi ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
Returns the CUBRID database parameters 3606
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... CL CUBRID >= 8.3.0) cubrid_get_db_parameter — Returns the CUBRID database parameters 説明 cubrid_get_db ... _parameter ( resource $conn_identifier ): array This function returns the CUB ... arameters,失敗した場合に false を返します. It returns an associative array with the values for the foll ... owing parameters: PARAM_ISOLATION_LEVEL PARAM_LOCK_TIME ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
数値を金額文字列にフォーマットする 3606
« metaphone nl_langinfo » PHP Manual String 関数 数値を金額文字列にフォーマットする money_format ... (PHP 4 >= 4.3.0, PHP 5, PHP 7) money_format — 数値を金額文字列にフォーマットする 警告 ... た。この関数に頼らないことを強く推奨します。 説明 money_format ( string $format , float $number ): strin ... g money_format() は、 number をフォーマットして返します。 ... この関数は C のライブラリ関数 strfmon() をラップしたものですが、一度に 変換できる数値がひ ...
https://man.plustar.jp/php/function.money-format.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT