Skip to content

$table_version

A string representing the version of the tax table.

Syntax

value = $table_version

PartDescription
valueA string result.

Get the table version:

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