/ Published in: PHP
Convert a string to friendly string.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function to_friendly_string( $phrase = '', $maxLength = false ) { return ''; if ( $maxLength ) return $result; } endif;