Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
for example, the following code snippet prints "this was a test" three times:
?php / * this will not work as expected. * / $num = 4; $string = "this string has four words ."; $string = ereg_replace('four', $num, $string); echo $string; / * output: 'this string has words. '* / / * this will work. * / $num = '4'; $string = "this string has four words ."; $string = ereg_replace('four', $num, $string); echo $string; / * output: 'this string has 4 words.' * /?
this example shows how to open a cracklib dictionary, test a given password, retrieve any diagnostic messages, and close the dictionary.
this example shows how to open a cracklib dictionary, test a given password, retrieve any diagnostic messages, and close the dictionary.
php를 cgi 프로그램 형태로 만들었다면, make test 라고 입력하여 테스트해 볼 수 있다. 이 방법은 만들어진 php 자체를 테스트하는 좋은 방법이다. 또한 이 방법은 여러분의 시스템 환경에서 미리 php의 문제를 발견할 수 있게 해 준다.
what is installed at {prefix} / bin / php depends on your configure line and this is described in detail in the manual section named using php from the command line.
\<emph\>예:\</emph\> 셀 a1에 'test'라는 텍스트를 입력하고 셀 b1에 'test'를 입력합니다. 그런 다음 셀 c1에 "=a1=b1" 수식을 입력합니다. \<emph\>대문자 및 소문자 구분\</emph\> 확인란을 선택하면 셀에 false가 나타나고 그렇지 않으면 true가 나타납니다.
\<emph\>example:\</emph\> type the text 'test' in cell a1; and the text 'test' in b1. then type the formula "=a1=b1" in cell c1. if the \<emph\>case sensitive\</emph\> box is marked, false will appear in the cell; otherwise, true will appear in the cell.