Results for examples translation from Korean to English

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Korean

English

Info

Korean

examples:

English

udm_param_weight_factor=f9421 will search through:

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

예 1. code examples

English

ociwritelobtofile

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

예 1. strtotime() examples

English

$str = 'not good'; if (($timestamp = strtotime($str)) === -1) {echo "the string ($str) is bogus";} else {echo "$str == ". date('l ds of f y h:i:s a',$timestamp);}

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Korean

예 1. odbc setoption examples

English

option 0 of sqlsetstmtoption() is sql_query_timeout. / / this example sets the query to timeout after 30 seconds. $result = odbc_prepare ($conn, $sql); odbc_setoption ($result, 2, 0, 30); odbc_execute ($result);

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

examples of phrase search:

English

to use tracking, you have to create tables for tracking support.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

예 1. setcookie() send examples

English

cookies must be deleted with the same parameters as they were set with.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

예 1. array_sum() examples

English

$a = array( 2, 4, 6, 8); echo "sum(a) = ".array_sum($a) ."\n"; $b = array("a"= 1.2 ,"b"= 2.3 ,"c"= 3.4); echo "sum(b) = ".array_sum($b) ."\n";

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Korean

예 2. setcookie() delete examples

English

if you are trying to delete one cookie before inserting another you should put the insert before the delete.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

예 1. array_splice() examples

English

array_slice

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

예 2. mb_detect_order() examples

English

mb_detect_encoding

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

@ info examples about information the user can provide

English

file view mode, grouping and sorting settings, preview settings, and directory you were browsing.

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Korean

예 1. session_cache_limiter() examples

English

?php / * set the cache limiter to 'private' * / session_cache_limiter('private'); $cache_limiter = session_cache_limiter(); echo "the cache limiter is now set to $cache_limiter p ";?

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Korean

@ info: tooltip examples of good bug report titles

English

we need more information

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Korean

the following examples shows just the evaluation of form data.

English

the constants below are defined by this extension, and will only be available when the extension has either been compiled into php or dynamically loaded at runtime.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

some simple examples on using the overload() function:

English

example 1.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

the best way to illustrate the usage of this function is through examples:

English

note that in the last example we pass 3 for the number of received parameters, instead of zend_num_args().

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

the following examples are identical, and both print numbers from 1 to 10:

English

/* example 1 * / $i = 1; while ($i = 10) {print $i++; / * the printed value would be $i before the increment (post-increment) * /} / * example 2 * / $i = 1; while ($i = 10): print $i; $i++; endwhile;

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

see examples in: swfdisplayitem- rotateto() and swfshape- addfill().

English

prev

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

these are examples of internal character encoding that works with php and does not work with php.

English

these are examples of internal character encoding that works with php and does not work with php.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf

English

ftp: / /ftp.ora.com / pub / examples / nutshell / ujip / doc / cjk.inf

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Get a better translation with
9,144,488,831 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK