WC_Importer_Interface::get_file_position()publicWC 1.0

Get file pointer position from the last read.

Метод класса: WC_Importer_Interface{}

Хуков нет.

Возвращает

int.

Использование

$WC_Importer_Interface = new WC_Importer_Interface();
$WC_Importer_Interface->get_file_position();

Код WC_Importer_Interface::get_file_position() WC 8.7.0

public function get_file_position();