A path info refers to the part that is after the entry script and before the question mark (query string).
The starting and ending slashes are both removed.
public getPathInfo ( ) : string | ||
리턴 | string | part of the request URL that is after the entry script and before the question mark. Note, the returned path info is already URL-decoded. |