From professional translators, enterprises, web pages and freely available translation repositories.
think like a programmer
프로그래머처럼 생각하기
Last Update: 2014-12-12
Usage Frequency: 1
Quality:
Reference:
refer to postgresql programmer' s manual (libpq - environment variables) for details.
php로 postgresql에 접속하는 코드의 예제는 다음과 같다: $conn = pg_connect("host=myhost port=myport tty=mytty options=myoptions user=myuser password=mypassword dbname=mydb");
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
Warning: Contains invisible HTML formatting
the best things in using php are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer.
php가 다른 clien-side javascrip와 구별되는 것은 이 코드가 서버에서 실행된다는 것이다. if you were to have a script similar to the above on your server, the client would receive the results of running that script, with no way of determining what the underlying code may be. you can even configure your web server to process all your html files with php, and then there's really no way that users can tell what you have up your sleeve.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
if you are a first-time, or even just a beginning, programmer, you may find it difficult to learn how to program in php using just this manual.
this manual does not attempt to provide instruction about general programming practices. if you are a first-time, or even just a beginning, programmer, you may find it difficult to learn how to program in php using just this manual. you may want to seek out a text more oriented towards beginners. you can find a list of php-related books at http://www.php.net/books.php.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
\<ahelp hid=\"hid_prop_tag\" visibility=\"hidden\"\>specifies additional information or a descriptive text for the control field.\</ahelp\>in each control field you can specify additional information or a descriptive text for the control field. this property helps the programmer to save additional information that can be used in the program code. this field can be used, for example, for variables or other evaluation parameters.
\<ahelp hid=\"hid_prop_tag\" visibility=\"hidden\"\>컨트롤 필드에 대한 추가 정보나 설명 텍스트를 지정합니다.\</ahelp\> 각 컨트롤 필드마다 추가 정보나 설명 텍스트를 지정할 수 있습니다. 프로그래머는 이 속성을 사용하여 프로그램 코드에서 사용 가능한 추가 정보를 저장할 수 있습니다. 예를 들어 변수나 기타 평가 매개 변수에 이 필드를 사용할 수 있습니다.