From professional translators, enterprises, web pages and freely available translation repositories.
assert() will check the given assertion and take appropriate action if its result is false.
assertion は、デバッグ目的にのみ使用するべきです。 assertion を常に true となる条件を調べる不具合診断に使用し、 true でな い場合に何らかのプログラミングエラーを示したり、extension 関数ま たは特定のシステム制限や機能といった特定の機能の存在をチェックす るために使用することが可能です。
in its simpelest form the function will take only the two strings as parameter and will calculate just the number of insert, replace and delete operations needed to transform str1 into str2.
上記の最も簡単な形式では、この関数はパラメータとして引数を二つだ けとり、 str1 から str2 に変換する際に必要な挿入、置換、削除演 算の数のみを計算します。
as soon as this point is reached, it's time to touch the heart of php and take a look at its core, the c code that makes php go.
as soon as this point is reached, it's time to touch the heart of php and take a look at its core, the c code that makes php go.
a note on windows notepad: if you are writing your php scripts using windows notepad, you will need to ensure that your files are saved with the .php extension. (notepad adds a .txt extension to files automatically unless you take one of the following steps to prevent it.) when you save the file and are prompted to provide a name for the file, place the filename in quotes (i.e. "hello.php "). alternately, you can click on the 'text documents' drop-down menu in the save dialog box and change the setting to "all files". you can then enter your filename without quotes.
windows ノートパッドに関する注意 windowsのメモ帳を使用してphpスクリプトを書く場合には、ファイルに 拡張子.phpを付けて保存したかどうかを確認する必要があります。 (メモ帳は、以下の防止策のどらかを適用しない限り、拡張子.txtを自動 的に付加します。)