Skip to content

$table_version

A string representing the version of the tax table.

Syntax

value = $table_version

Part Description
value A string result.

Example

Get the table version:

<?php
include 'taxes.php';
print $table_version;
?>