New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 14:13, 27 May 2024PHP/use (hist | edit) ‎[369 bytes]Woozle (talk | contribs) (Created page with "==About== In PHP, the keyword <code>use</code> has three distinct possible meanings: * importing/aliasing of classoids and other identifiers within namespaces -- see [https://...")
  • 13:26, 5 April 2024PHP/inheritance/code (hist | edit) ‎[3,513 bytes]Woozle (talk | contribs) (Created page with "<syntaxhighlight lang=php> <?php /** * PURPOSE: The idea is to produce a handy reference-matrix of what the various class-inheritance functions/operators report * under var...")
  • 12:35, 5 April 2024PHP/inheritance (hist | edit) ‎[2,019 bytes]Woozle (talk | contribs) (Created page with "==About== PHP includes a few bits of functionality for checking whether an object or class inherits from another classoid (class, interface, or trait). The rules for this func...")