getBinary() 공개 정적인 메소드

Appends ' --php' to the path when the runtime is HHVM.
public static getBinary ( ) : string
리턴 string
예제 #1
0
파일: SysTest.php 프로젝트: jbzoo/utils
 /**
  * @covers JBZoo\Utils\Sys::getBinary
  * @uses   JBZoo\Utils\Sys::isHHVM
  */
 public function testBinaryCanBeRetrieved()
 {
     $this->assertInternalType('string', Sys::getBinary());
 }