From professional translators, enterprises, web pages and freely available translation repositories.
ocistatementtype
coming soon.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
ocistatementtype() returns one of the following values:
ocistatementtype() 함수는 다음중 하나를 리턴한다:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
?php print "html pre"; $conn = ocilogon("scott" ,"tiger"); $sql = "delete from emp where deptno = 10"; $stmt = ociparse($conn,$sql); if (ocistatementtype($stmt) == "delete ") {die "you are not allowed to delete from this table br";} ocilogoff($conn); print "/ pre / html";?
"begin"
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting