movepage_lib
Proto type
string movepage_lib(string url, int timeout)
Description
원하는 페이지로 지정한 시간 이후에 reflesh 한 상태로 이동을 시켜준다.
Arguments
Example
<?php
movepage_lib ("http://oops.org",30);
?>
See also
None
Last updated
Was this helpful?