tel URI Scheme
[URI]
Support for "tel:" URI scheme.
Function Documentation
Create a new tel: URI.
- Parameters:
-
- Returns:
- New instance of tel: URI.
This function compares two numbers for equality, according to rules as specified in RFC 3966.
- Parameters:
-
| nb1 | The first number. |
| nb2 | The second number. |
- Returns:
- Zero if equal, -1 if nb1 is less than nb2, or +1 if nb1 is greater than nb2.