You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param string $class: Optional class to apply to the select field
49
-
:param string $default: Default value for initial selection
50
-
:param int $what: DateTimeZone class constants (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
51
-
:param string $country: A two-letter ISO 3166-1 compatible country code (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
52
-
:returns: Preformatted HTML select field
53
-
:rtype: string
48
+
:param string $class: Optional class to apply to the select field
49
+
:param string $default: Default value for initial selection
50
+
:param int $what: DateTimeZone class constants (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
51
+
:param string $country: A two-letter ISO 3166-1 compatible country code (see `listIdentifiers <https://www.php.net/manual/en/datetimezone.listidentifiers.php>`_)
52
+
:returns: Preformatted HTML select field
53
+
:rtype: string
54
54
55
-
Generates a `select` form field of available timezones (optionally filtered by `$what` and `$country`).
56
-
You can supply an option class to apply to the field to make formatting easier, as well as a default
57
-
selected value.
58
-
::
55
+
Generates a `select` form field of available timezones (optionally filtered by `$what` and `$country`).
56
+
You can supply an option class to apply to the field to make formatting easier, as well as a default
0 commit comments