Você procurou por: switch (Coreano - Inglês)

Contribuições humanas

A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente

Adicionar uma tradução

Coreano

Inglês

Informações

Coreano

switch.

Inglês

switch

Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Coreano

switch

Inglês

switch statement

Última atualização: 2014-11-06
Frequência de uso: 1
Qualidade:

Referência: Wikipedia

Coreano

switch 함수 [런타임]

Inglês

switch function [runtime]

Última atualização: 2012-04-21
Frequência de uso: 1
Qualidade:

Referência: Translated.com

Coreano

switch 101 인덱스로 돌아가기

Inglês

take me back to the switch 101 index

Última atualização: 2011-03-16
Frequência de uso: 1
Qualidade:

Referência: Translated.com

Coreano

홈 > 지원 > switch 101

Inglês

home > support > switch 101

Última atualização: 2011-02-26
Frequência de uso: 1
Qualidade:

Referência: Translated.com
Aviso: contém formatação HTML invisível

Coreano

새로 고침@ action switch to file list

Inglês

reload

Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:

Referência: Translated.com

Coreano

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

Inglês

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

Última atualização: 2011-03-16
Frequência de uso: 1
Qualidade:

Referência: Translated.com
Aviso: contém formatação HTML invisível

Coreano

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

Inglês

& switch desktop on edge:

Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:

Referência: Translated.com
Aviso: contém formatação HTML invisível

Coreano

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

Inglês

control structures

Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2016-10-07
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: Translated.com
Aviso: contém formatação HTML invisível

Coreano

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

Inglês

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

Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: 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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: Translated.com

Coreano

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

Inglês

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

Última atualização: 2017-01-29
Frequência de uso: 1
Qualidade:

Referência: Translated.com
Aviso: contém formatação HTML invisível

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 atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Referência: Translated.com

Consiga uma tradução melhor através
7,794,831,343 de colaborações humanas

Usuários estão solicitando auxílio neste momento:



Utilizamos cookies para aprimorar sua experiência. Se avançar no acesso a este site, você estará concordando com o uso dos nossos cookies. Saiba mais. OK