From professional translators, enterprises, web pages and freely available translation repositories.
this function returns structured information about an expression that includes its type and value. arrays are explored recursively with values indented to show structure.
as with anything that outputs its result directly to the browser, you can use the output-control functions to capture the output of this function, and save it in a string (for example).
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
sql는 "structured query language"의 약어이며 관계 데이터베이스를 쿼리하려는 목적으로 업데이트하고 관리하는 지침을 설명합니다.
sql stands for "structured query language" and describes instructions for updating and administering relational databases.
sql(structured query language)은 데이터베이스 쿼리에 사용하는 언어입니다. $[officename]에서 sql이나 마우스를 사용하여 대화형으로 쿼리를 수식화할 수 있습니다.
structured query language (sql) is a language used for database queries. in $[officename] you can formulate queries either in sql or interactively with the mouse.
this function returns structured information about the variable that is passed to this function. it is similar to var_dump() with the exception that the returned representation is valid php code.
you can also return the variable representation by using true as second parameter to this function.
odbc(open database connectivity)는 응용 프로그램이 데이터베이스 시스템에 액세스할 수 있도록 해주는 프로토콜 기준입니다. 여기에 사용되는 쿼리 언어를 sql(structured query language)이라고 합니다. $[officename]에서는 각 데이터베이스에 대해 쿼리를 실행하기 위해 sql 명령을 사용할 것인지 여부를 결정할 수 있습니다. 또는 마우스를 클릭하는 방법으로 대화형 도움말을 사용하여 쿼리를 지정하고 $[officename]에서 자동으로 sql로 변환되도록 할 수 있습니다.
open database connectivity (odbc) is a protocol norm with which applications can access database systems. the query language used is structured query language (sql). in $[officename], you can determine for each database whether to use sql commands to run queries. alternatively, you can use the interactive help to define your query by mouseclick and have it automatically translated into sql by $[officename].