Remove hard linebreaks
This commit is contained in:
parent
fc18517905
commit
db6e2f81b4
1 changed files with 3 additions and 6 deletions
|
@ -146,11 +146,9 @@ Converts any object to an array containing that object. Empty argument lists are
|
||||||
|
|
||||||
#### `base64`
|
#### `base64`
|
||||||
|
|
||||||
Converts a string to and from base64 encoding.
|
Converts a string to and from base64 encoding. Requires an `action` ('encode', 'decode') and either a plain or base64-encoded `string`, and an optional `method` ('default', 'strict', 'urlsafe')
|
||||||
Requires an `action` ('encode', 'decode') and either a plain or base64-encoded `string`,
|
|
||||||
and an optional `method` ('default', 'strict', 'urlsafe')
|
|
||||||
|
|
||||||
for backward compatibility, `metohd` will be set as `default` if not specified.
|
For backward compatibility, `method` will be set as `default` if not specified.
|
||||||
|
|
||||||
*Examples:*
|
*Examples:*
|
||||||
~~~
|
~~~
|
||||||
|
@ -346,8 +344,7 @@ Returns true if the argument is an array or hash that contains no elements, or a
|
||||||
|
|
||||||
#### `enclose_ipv6`
|
#### `enclose_ipv6`
|
||||||
|
|
||||||
Takes an array of ip addresses and encloses the ipv6 addresses with square
|
Takes an array of ip addresses and encloses the ipv6 addresses with square brackets. *Type*: rvalue.
|
||||||
brackets. *Type*: rvalue.
|
|
||||||
|
|
||||||
#### `ensure_packages`
|
#### `ensure_packages`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue