SHOW META (yii2-sphinx)

Hello. How i can fetch meta data using raw sphinxQL (not QueryBuilder) in one query?


$sql = "SELECT * FROM index; SHOW META"

Yii::$app->sphinx->createCommand($sql)->queryAll();

This returns data for first part of the query (SELECT * FROM index);

No solution? :mellow: