Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
dan 'hey, it compiled...' meltzer
dan '어이, 컴파일에 성공했어...' meltzer
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
it returns large object oid otherwise.
to use the large object (lo) interface, it is necessary to enclose it within a transaction block.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
it returns false, if an error occurred,
참고: this function used to be called pg_locreate().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
if there is no next sibling it returns false.
(no version information, might be only in cvs)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
% 1:% 2digital versatile disc, but keep it short
% 1:% 2digital versatile disc, but keep it short
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
it is functional only with interbase 5 and versions higher than that.
참고: role 는 php4-rc2에서 추가되었다. 이것은 interbase 5 versions 또는 그 상위 버젼에서 작동한다.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the expat library should be installed somewhere your compiler can find it.
php를 설치했다. tada! that should be it (^^).
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
if you then assign an integer value to var, it becomes an integer.
php의 자동형변환에 대한 예는 '+'연산자에 대한 역활을 보면 알수 있다. '+'연산자가 사용된 연산 중에 하나의 피연산자가 double형이라면 다른 피연산자들도 double형으로 계산되어 결과는 double형이 된다. 마찬가지로 하나의 피연산자가 정수형이라면 그 결과도 정수형이 된다. 여기서 주의해야 할 것은 어떤 피연자에 의해 다른 피연산자의 형이 바뀌는 것이 아니라, 단지 그 결과값의 형을 결정하는 데에만 영향을 미친다는 것이다.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
in php 2.0 this would echo 11, in php 3.0 it would echo 2.
"+" 은 더이상 문자열의 연결자가 아니다, 대신 그것은 숫자 인자와 숫자의 덧셈으로 바뀌었다. 대신 "." 를 사용하라.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
% 1 לשנייה% 1 is the label, we add a ':' to it
% 1/ 초% 1 is the label, we add a ':' to it
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
by default on unix it should be in / usr / local / lib.
by default on unix it should be in /usr/local/lib which is install-path /lib. most people will want to change this at compile-time with the --with-config-file-path flag. you would, for example, set it with something like:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
de-registers the function named by func so it is no longer executed when a tick is called.
de-registers the function named by function_name so it is no longer executed when a tick is called.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
it is known that mnogosearch is not compatible with this built-in library and can work only with generic mysql libraries.
you need at least 3.1.10 version of mnogosearch installed to use these functions.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
after the argument has been parsed by php, every argument following it is passed untoched / unparsed to your script.
as long as the arguments you want to pass to your script do not start with the - character, there's nothing special to watch out for. passing an argument to your script which starts with a - will cause trouble because php itself thinks it has to handle it. to prevent this, use the argument list separator --. after this separator has been parsed by php, every argument following it is passed untouched to your script.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
it is not possible to use echo() in a variable function context, but you can use print() instead.
echo() 는 실제로 함수가 아니다(이는 하나의 랭귀지 스트럭쳐이다.) 따라서 이 함수와 함께 parantheses 를 사용할 필요가 없다.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
because of the interactive nature of this library, it will be of little use for writing web applications, but may be useful when writing scripts meant to be run from a shell.
the readline() functions implement an interface to the gnu readline library. these are functions that provide editable command lines. an example being the way bash allows you to use the arrow keys to insert characters or scroll through command history. because of the interactive nature of this library, it will be of little use for writing web applications, but may be useful when writing scripts meant to be run from a shell.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
"+" is no longer overloaded as a concatenation operator for strings, instead it converts it 's arguments to numbers and performs numeric addition.
마찬가지로 $array1[] = $array2 은 $array2 와 $array1 의 값과 같지 않지만, $array2 는 $array1 의 마지막 요소와 같다. 이것은 다차원 배열도 마찬가지로 지원한다.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta