string autolink_lib(string str)
문자열에 들어 있는 url 과 email 주로를 자동으로 hyper link 를 만든다.
<?php $str = autolink_lib($str); ?>
None
Last updated 5 years ago
Was this helpful?