/ Published in: PHP
URL: http://snipplr.com/view/4848/underscore-strings/
Expand |
Embed | Plain Text
<?php function string_to_underscore_name($string) { return $string; } // Output: 13_inside_movie_films_bye ?>
You need to login to post a comment.
