From professional translators, enterprises, web pages and freely available translation repositories.
there is no support for indexes or memo fields. there is no support for locking, too. two concurrent webserver processes modifying the same dbase file will very likely ruin your database.
これらの関数では、インデックスおよびメモフィールドのサポートは行わ れません。ロックのサポートも行われません。二つの web サーバープロ セスが同時に同じ dbase ファイルを修正しようとした場合、データベー スはほぼ確実に駄目になってしまうでしょう。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
pfpro_process() processes a transaction with payflow pro. the first parameter is an associative array containing keys and values that will be encoded and passed to the processor.
pfpro_process() は、payflow proでトランザクショ ンを処理します。最初のパラメータは、エンコードされてプロセッサに 渡されたキーおよび値を有する連想配列です。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
because of limitations of the bs2000 process model, the driver can be loaded only after the apache server has forked off its server child processes. this will slightly slow down the initial sesam request of each child, but subsequent accesses will respond at full speed.
bs2000 モデルの制限のために、ドライバは、apache サーバがそのサー バの子プロセスをフォークした後にのみロード可能となります。これは、 各子プロセスの最初のsesamリクエストを若干遅くしますが、その後のア クセスへの応答は最高速度となります。
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
fsockopen() accepts two, three, four, or five parameters. after the obligatory variable declarations, the function checks for the correct range of arguments. then it uses a fall-through mechanism in a switch() statement to deal with all arguments. the switch() statement starts with the maximum number of arguments being passed (five). after that, it automatically processes the case of four arguments being passed, then three, by omitting the otherwise obligatory break keyword in all stages. after having processed the last case, it exits the switch() statement and does the minimal argument processing needed if the function is invoked with only two arguments.
fsockopen() accepts two, three, four, or five parameters. after the obligatory variable declarations, the function checks for the correct range of arguments. then it uses a fall-through mechanism in a switch() statement to deal with all arguments. the switch() statement starts with the maximum number of arguments being passed (five). after that, it automatically processes the case of four arguments being passed, then three, by omitting the otherwise obligatory break keyword in all stages. after having processed the last case, it exits the switch() statement and does the minimal argument processing needed if the function is invoked with only two arguments.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: