PHP » PYTHON |
login |
register |
about
|
|
interface_exists(PHP 5 >= 5.0.2) interface_exists — Checks if the interface has been defined Description
bool interface_exists
( string $interface_name
[, bool $autoload= true
] )
Checks if the given interface has been defined. Return ValuesReturns TRUE if the interface given by interface_name has been defined, FALSE otherwise. Examples
Example #1 interface_exists() example
<?php
|
more
Recently updated
more
Most requested
|