Şunu aradınız:: argument (Korece - İngilizce)

Bilgisayar çevirisi

İnsan çevirisi örneklerinden çeviri yapmayı öğrenmeye çalışıyor.

Korean

English

Bilgi

Korean

argument

English

 

Kimden: Makine Çevirisi
Daha iyi bir çeviri öner
Kalite:

İnsan katkıları

Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.

Çeviri ekle

Korece

İngilizce

Bilgi

Korece

array ( argument list)

İngilizce

array ( argument list)

Son Güncelleme: 2012-04-17
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

표 32-1. argument conversion functions

İngilizce

longs and doubles are converted to their corresponding string representation.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

일괄 번역이 예약되었습니다. file argument in tooltip, when file is current file

İngilizce

batch translation has been scheduled.

Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

to retrieve more than one argument, you can use a similar snippet:

İngilizce

zend_get_parameters_ex() only checks whether you're trying to retrieve too many parameters.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

this function is currently not documented; only the argument list is available.

İngilizce

[not back to the system, note!]

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

see the gmp_div_q() function for description of the round argument.

İngilizce

?php $a = gmp_init ("0x41682179fbf5"); $res = gmp_div_qr ($a, "0xdefe75"); printf("result is: q - %s, r - %s", gmp_strval ($res[0]), gmp_strval ($res[1]));?

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com
Uyarı: Görünmez HTML biçimlendirmesi içeriyor

Korece

a type specifier that says what type the argument data should be treated as. possible types:

İngilizce

o - the argument is treated as an integer, and presented as an octal number.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

the parsing function has an extended version that allows for an additional flags argument that controls its actions.

İngilizce

int zend_parse_parameters_ex( int flags, int num_args tsrmls_dc, char *type_spec,...);

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

calculates remainder of the integer division of n by d. the remainder has the sign of the n argument, if not zero.

İngilizce

the remainder has the sign of the n argument, if not zero.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

a most useful demonstration is a function that accepts a complex type as argument, modifies it, and then returns the argument:

İngilizce

for strings, proper memory allocation would have to be assured, and so on.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

formats all rows of the result_id query into a html table. the optional second argument is a string of table tag options

İngilizce

the optional second argument is a string of table tag options

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

image2wbmp() creates the wbmp file in filename from the image image. the image argument is the return from imagecreate().

İngilizce

the image argument is the return from imagecreate().

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

if the return_var argument is present along with the array argument, then the return status of the executed command will be written to this variable.

İngilizce

if the return_var argument is present along with the array argument, then the return status of the executed command will be written to this variable.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

qt:% 1 kde 개발 플랫폼:% 2% 3:% 4 the 2nd argument is a list of name+address, one on each line

İngilizce

qt: %1 kde development platform: %2 %3: %4

Son Güncelleme: 2011-10-23
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

if a fourth string argument is passed, this string is inserted at the end of the header. this is typically used to add extra headers. multiple extra headers are separated with a newline.

İngilizce

you may need to add the user that your web server runs as to your sendmail configuration to prevent a 'x-warning' header from being added to the message when you set the envelope sender using this method.

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

기본값으로 함수의 인수(argument)들은 값으로 전달된다(passed by value). 함수내에서 변화시킨 값을 함수 밖에서도 적용시키려면 pass by reference로 인수를 넘겨야 한다.

İngilizce

by default, function arguments are passed by value (so that if you change the value of the argument within the function, it does not get changed outside of the function).

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

mhash_get_hash_name() takes the hash id as an argument and returns the name of the hash or false, if the hash does not exist.

İngilizce

example 1. mhash_get_hash_name() example

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

after the declaration, code for checking and retrieving the function's arguments, argument conversion, and return value generation follows (more on this later).

İngilizce

after the declaration, code for checking and retrieving the function' s arguments, argument conversion, and return value generation follows (more on this later).

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com

Korece

5. why do i get an error that looks something like this: "warning: 0 is not a mysql result index in file on line x "or "warning: supplied argument is not a valid mysql result resource in file on line x?

İngilizce

the proper way to do this is with code similar to the following:

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Translated.com
Uyarı: Görünmez HTML biçimlendirmesi içeriyor

Daha iyi çeviri için
7,791,722,791 insan katkısından yararlanın

Kullanıcılar yardım istiyor:



Deneyiminizi iyileştirmek için çerezleri kullanıyoruz. Bu siteyi ziyaret etmeye devam ederek çerezleri kullanmamızı kabul etmiş oluyorsunuz. Daha fazla bilgi edinin. Tamam