Usted buscó: switch (Coreano - Inglés)

Coreano

Traductor

switch

Traductor

Inglés

Traductor
Traductor

Traduce al momento textos, documentos y pistas de voz con Lara

¡Traducir ahora!

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Coreano

Inglés

Información

Coreano

switch.

Inglés

switch

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Coreano

switch

Inglés

switch statement

Última actualización: 2014-11-06
Frecuencia de uso: 1
Calidad:

Referencia: Wikipedia

Coreano

switch 함수 [런타임]

Inglés

switch function [runtime]

Última actualización: 2012-04-21
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

switch 101 인덱스로 돌아가기

Inglés

take me back to the switch 101 index

Última actualización: 2011-03-16
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

홈 > 지원 > switch 101

Inglés

home > support > switch 101

Última actualización: 2011-02-26
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Coreano

새로 고침@ action switch to file list

Inglés

reload

Última actualización: 2011-10-23
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

홈 > 지원 > switch 101 > mac 인터페이스 시작

Inglés

home > support > switch 101 > welcome to mac's interface

Última actualización: 2011-03-16
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Coreano

경계면에서 데스크톱 바꾸기( s): switch desktop on edge

Inglés

& switch desktop on edge:

Última actualización: 2011-10-23
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Coreano

break 는 for 나, while, switch 에서 빠져 나가는 명령이다.

Inglés

control structures

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

뒤에 값이 오는 식으로 구성된 인수 목록을 평가합니다. switch 함수는 자신이 전달한 식과 연관된 값을 구합니다.

Inglés

evaluates a list of arguments, consisting of an expression followed by a value. the switch function returns a value that is associated with the expression that is passed by this function.

Última actualización: 2016-10-07
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

switch 문에 대해서도 alternative syntax가 지원된다. 자세한 내용은 alternative syntax for control structures 를 살펴보자

Inglés

switch ($i): case 0: print "i equals 0"; break; case 1: print "i equals 1"; break; case 2: print "i equals 2"; break; default: print "i is not equal to 0, 1 or 2"; endswitch;

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Coreano

switch블록의 시작. 다음 case 값이 표현식과 비교됩니다. @ switch () @ case () @ end

Inglés

begin of switch block. following case values are compared to expression. @switch()@case()@end

Última actualización: 2011-10-23
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

it does not change the working directory to that of the script. (-c switch kept for compatibility)

Inglés

there are certain php.ini directives which are overriden by the cli sapi because they do not make sense in shell environments:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

the list of command line options provided by the php binary can be queried anytime by running php with the -h switch:

Inglés

the cli sapi has three different ways of getting the php code you want to execute:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

though the cgi sapi provides a way to suppress http headers, there's no equivalent switch to enable them in the cli sapi.

Inglés

though the cgi sapi provides a way to suppress http headers, there 's no equivalent switch to enable them in the cli sapi.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

cli is started up in quiet mode by default, though the -q switch is kept for compatibility so that you can use older cgi scripts.

Inglés

it does not change the working directory to that of the script. (-c switch kept for compatibility)

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

switch 문은 내용상 동일한 표현식의 if문을 나열한 것과 비슷하다. 많은 경우에 한 변수를 여러 다른 값과 비교하여, 두개의 값이 같는냐에 따라 서로 다른 코드들이 수행되기를 원하는 때가 있다. 바로 이런 경우에 switch 문이 사용된다.

Inglés

in many occasions, you may want to compare the same variable (or expression) with many different values, and execute a different piece of code depending on which value it equals to.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

parses and executed the given filename to the -f option. this switch is optional and can be left out. only providing the filename to execute is sufficient.

Inglés

$php -c / custom / directory / my_script.php $php -c / custom / directory / custom-file.ini my_script.php

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Coreano

\<bookmark_value\>switch 함수\</bookmark_value\>

Inglés

\<bookmark_value\>switch function\</bookmark_value\>

Última actualización: 2017-01-29
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Coreano

참고: read the example carefully, there are no beginning or ending tags! the -r switch simply does not need them. using them will lead to a parser error.

Inglés

this gives the powerful ability to dynamically create php code and feed it to the binary, as shown in this (fictional) example:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Obtenga una traducción de calidad con
8,875,606,341 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo