phpQueryObject::php PHP Method

php() public method

Just like html(), but returns markup with VALID (dangerous) PHP tags.
public php ( $code = null ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
return phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function php($code = null)
    {
        return $this->markupPHP($code);
    }