PHP » GoLang |
login |
register |
about
|
GoLang class_implements
request it (404)
GoLang replacement for PHP's class_implements
[edit | history]
class_implements(PHP 5, PHP 7) class_implements — Return the interfaces which are implemented by the given class or interface Description
This function returns an array with the names of the interfaces that the
given Parameters
Return Values
An array on success, or Changelog
Examples
Example #1 class_implements() example
<?php The above example will output something similar to: Array ( [foo] => foo ) Array ( [interface_of_not_loaded] => interface_of_not_loaded ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|