nbs([$num = 1])
Parameters: |
|
---|---|
Returns: |
A sequence of non-breaking space HTML entities |
Return type: |
string |
Generates non-breaking spaces ( ) based on the number you submit. Example:
echo nbs(3);
The above would produce:
Note
This function is DEPRECATED. Use the native str_repeat()
in combination with
instead.
Please login to continue.