Automattic\WooCommerce\Vendor\League\ISO3166
ISO3166::count
Method of the class: ISO3166{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ISO3166 = new ISO3166(); $ISO3166->count(): int;
Notes
- See: \Countable
ISO3166::count() ISO3166::count code WC 10.3.6
public function count(): int
{
return count($this->countries);
}