A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
machine - system architecture (e.g. i586)
domainname - dns domainname (e.g. php.net)
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
web-based enterprise management
wbem(web-based enterprise management)
Última atualização: 2006-09-06
Frequência de uso: 1
Qualidade:
a web server
web 서버
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
creating a web page
웹 페이지 만들기
Última atualização: 2011-03-16
Frequência de uso: 1
Qualidade:
use a web mail service
웹 메일 서비스 사용
Última atualização: 2016-12-05
Frequência de uso: 2
Qualidade:
click to add a web page
웹 페이지를 추가하려면 클릭하십시오.
Última atualização: 2017-01-30
Frequência de uso: 2
Qualidade:
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.
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 를 반드시 읽어보기 바란다.