전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
cuando un fichero es incluido, el código que contiene hereda la variable scope de la linea en donde el include ocurre.
when a file is included, the code it contains inherits the variable scope of the line on which the include occurs.
마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:
this is not strictly speaking the same thing as include() ing the file and having it inherit the parent file's variable scope; the script is actually being run on the remote server and the result is then being included into the local script.
return.php ?php $var = 'php'; return $var;? noreturn.php ?php $var = 'php';? testreturns.php ?php $foo = include'return.php'; echo $foo; / / prints'php' $bar = include'noreturn.php'; echo $bar; / / prints 1?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
when a file is include() ed, the code it contains inherits the variable scope of the line on which the include() when a file is include() ed, the code it contains inherits the variable scope of the line on which the include() occurs.
it is possible to execute a return() it is possible to execute a return() statement inside an included file in order to terminate processing in that file and return to the script which called it.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
en contraposición al modelo de desarrollo económico de henry ford, especialmente proclive a las economías de escala (scale economics) la especialización flexible fomenta las "economías de objetivos variables" (scope economics).
whereas the fordist model of economic development favoured economies of scale, flexible specialisation, by contrast, promotes economies of scope.
마지막 업데이트: 2014-02-06
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
연관성이 낮은 일부 인적 번역은 숨겨져 있습니다.
연관성이 낮은 결과 표시.