Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
machine - system architecture (e.g. i586)
domainname - dns domainname (e.g. php.net)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
web-based enterprise management
wbem(web-based enterprise management)
Ultimo aggiornamento 2006-09-06
Frequenza di utilizzo: 1
Qualità:
a web server
web 서버
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
creating a web page
웹 페이지 만들기
Ultimo aggiornamento 2011-03-16
Frequenza di utilizzo: 1
Qualità:
use a web mail service
웹 메일 서비스 사용
Ultimo aggiornamento 2016-12-05
Frequenza di utilizzo: 2
Qualità:
click to add a web page
웹 페이지를 추가하려면 클릭하십시오.
Ultimo aggiornamento 2017-01-30
Frequenza di utilizzo: 2
Qualità:
it 's easy to setup a web server with php support on any operating system, including linux and windows.
let's say you want to save precious bandwidth and develop locally. in this case, you'll want to install a web server, such as apache, and of course php. you'll most likely want to install a database as well, such as mysql. you can install these individually or a simpler way is to locate a pre-configured package that automatically installs all of these with just a few mouse clicks. it's easy to setup a web server with php support on any operating system, including linux and windows. in linux, you may find rpmfind helpful for locating rpms.
specification updates are documents that have more complete information, but the processor spec finder is a web-based tool that is easier to use.
사양 업데이트가 더 자세한 정보를 제공하는 문서지만 프로세서 사양 파인더가 더 사용하기 쉬운 웹 기반 도구입니다.
on a web server this is given by the file system, but hyperwave has its own hierarchy and names do not reflect the position of an object in that hierarchy.
hyperwave has its own terminology to name certain pieces of information. this has widely been taken over and extended. almost all functions operate on one of the following data types.
if buffering is disabled, the data is written straight to the output, which is the browser making the request in the case of php on a web server, or stdout for cli based php.
php_stream_passthru() outputs all remaining data from stream to the active output buffer and returns the number of bytes output. if buffering is disabled, the data is written straight to the output, which is the browser making the request in the case of php on a web server, or stdout for cli based php. this function will use memory mapped files if possible to help improve performance.
if you are running a web server php has module support for, you should generally go for that solution for performance reasons.
php는 디폴트로 cgi 프로그램으로 만들어 진다. 이것은 cgi 형태로 사용하거나, 웹과 관련이 없는 php 스크립팅에 사용할 수 있는 commandline 인터프리터가 된다. 만약 php가 모듈로 탑재될 수 있는 웹 서버를 운영중이라면, 일반적으로 모듈이 더 좋은 성능을 낸다. 하지만, cgi 버전은 아파치 사용자들에게 다른 user-id를 사용하여 별도의 php-enabled 페이지를 실행할 수 있도록 해 준다. 만약 php를 cgi로 실행하고 싶다면 security chapter 를 반드시 읽어보기 바란다.