perror_lib
Proto type
string perror_lib(string str [, int use_java [, string move_page [, int move second ] ] ])Description
Arguments
Example
<?php
if ( ! $string ) perror_lib ("문자열이 비었습니다.");
if ( ! $string ) perror_lib ("문자열이 비었습니다.", 1);
if ( ! $string ) perror_lib ("문자열이 비었습니다.", 1, "http://test.com/login.php");
if ( ! $string ) perror_lib ("문자열이 비었습니다.", 0, "http://test.com/login.php", 3);
?>See also
Last updated