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