Leafo\ScssPhp\Compiler::libStrLength PHP 메소드

libStrLength() 보호된 메소드

protected libStrLength ( $args )
    protected function libStrLength($args)
    {
        $string = $this->coerceString($args[0]);
        $stringContent = $this->compileStringContent($string);
        return new Node\Number(strlen($stringContent), '');
    }
Compiler