PHP 클래스 yii\console\controllers\ServeController

In order to access server from remote machines use 0.0.0.0:8000. That is especially useful when running server in a virtual machine.
부터: 2.0.7
저자: Alexander Makarov ([email protected])
상속: extends yii\console\Controller
파일 보기 프로젝트 열기: yiisoft/yii2

공개 프로퍼티들

프로퍼티 타입 설명
$docroot path or path alias to directory to serve
$port port to serve on.
$router path to router script. See https://secure.php.net/manual/en/features.commandline.webserver.php

공개 메소드들

메소드 설명
actionIndex ( string $address = 'localhost' ) : integer Runs PHP built-in web server
optionAliases ( )
options ( $actionID )

보호된 메소드들

메소드 설명
isAddressTaken ( string $address ) : boolean

메소드 상세

actionIndex() 공개 메소드

Runs PHP built-in web server
public actionIndex ( string $address = 'localhost' ) : integer
$address string address to serve on. Either "host" or "host:port".
리턴 integer

isAddressTaken() 보호된 메소드

protected isAddressTaken ( string $address ) : boolean
$address string server address
리턴 boolean if address is already in use

optionAliases() 공개 메소드

부터: 2.0.8
public optionAliases ( )

options() 공개 메소드

public options ( $actionID )

프로퍼티 상세

$docroot 공개적으로 프로퍼티

path or path alias to directory to serve
public $docroot

$port 공개적으로 프로퍼티

port to serve on.
public $port

$router 공개적으로 프로퍼티

path to router script. See https://secure.php.net/manual/en/features.commandline.webserver.php
public $router