Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

check if object has method php


<?php
$directory = new Directory('.');
var_dump(method_exists($directory,'read'));
?>

Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #check #object #method #php
ADD COMMENT
Topic
Name
1+4 =