update : 2015.11.03
php.shukuma.com검색:
|
V8Js::executeString(PECL v8js >= 0.1.0) V8Js::executeString — Execute a string as Javascript code 설명
public mixed V8Js::executeString
( string
$script
[, string $identifier = "V8Js::executeString()"
[, int $flags = V8Js::FLAG_NONE
]] )
Compiles and executes the string passed with 인수
반환값Returns the last variable instantiated in the Javascript code converted to matching PHP variable type. |