mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add comment about base64_encode_urlsafe()
This commit is contained in:
parent
f867efacea
commit
54cf5bb056
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ function force_range($input, $min, $max)
|
|||
/**
|
||||
* This function encodes a string with base64, using a URL-safe character set.
|
||||
*
|
||||
* The choice of alternative characters is defined in RFC 4648 Section 5.
|
||||
* Do not use substitute other characters such as the dot (.) or the tilde (~).
|
||||
*
|
||||
* @param string $str The string to encode
|
||||
* @return string
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue