User contributions for Woozle
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
25 August 2024
- 13:3013:30, 25 August 2024 diff hist −33 PHP/native/BackedEnum →Definition
- 13:1413:14, 25 August 2024 diff hist +295 PHP/native/BackedEnum No edit summary
- 12:5512:55, 25 August 2024 diff hist +104 PHP/native/UnitEnum No edit summary
- 12:5412:54, 25 August 2024 diff hist +168 PHP/native/BackedEnum No edit summary
- 12:5112:51, 25 August 2024 diff hist +216 PHP/native/UnitEnum No edit summary
- 12:4612:46, 25 August 2024 diff hist +23 N Template:l/php Created page with "[[PHP/{{{1}}}|{{{1}}}]]" current
23 August 2024
- 22:5022:50, 23 August 2024 diff hist +348 PHP/enum No edit summary
- 20:0920:09, 23 August 2024 diff hist −99 PHP/enum No edit summary
- 20:0920:09, 23 August 2024 diff hist +100 PHP/native/UnitEnum No edit summary
- 20:0820:08, 23 August 2024 diff hist +588 N PHP/native/BackedEnum Created page with "{{fmt/title|BackedEnum pseudointerface}} * '''manual page''': [https://www.php.net/manual/en/class.backedenum.php The BackedEnum interface] Note that this cannot actually be..."
- 20:0220:02, 23 August 2024 diff hist +265 N PHP/native/UnitEnum Created page with "{{fmt/title|UnitEnum interface}} * '''manual page''': [https://www.php.net/manual/en/class.unitenum.php The UnitEnum interface] ==Definition== <syntaxhighlight lang=php> inter..."
- 19:4519:45, 23 August 2024 diff hist +43 N Template:l/php/native Created page with "[[PHP/native/{{{1}}}|<code>{{{1}}}</code>]]" current
- 19:4119:41, 23 August 2024 diff hist +84 PHP/enum →Documentation
- 19:3619:36, 23 August 2024 diff hist +61 PHP/enum →Methods
19 August 2024
- 13:3913:39, 19 August 2024 diff hist +234 PHP/referencing →correct
- 13:3613:36, 19 August 2024 diff hist +68 PHP/referencing →correct
- 13:1213:12, 19 August 2024 diff hist +7 PHP/referencing →Basics: "return" was confusing
- 13:1113:11, 19 August 2024 diff hist +471 PHP/referencing →Clarification: examples corrected and simplified
- 00:2400:24, 19 August 2024 diff hist +237 PHP/debugging fx current
11 August 2024
- 19:2419:24, 11 August 2024 diff hist +99 mysqldump No edit summary
- 19:0819:08, 11 August 2024 diff hist +256 N mysqldump/remote Created page with "To backup from a remote server, piping the file directly to your local machine (so it doesn't fill up the remote disk): ssh {{arg|user}}@{{arg|remote_host}} "mysqldump -u {{a..."
- 18:5818:58, 11 August 2024 diff hist −6,874 MySQL/migration Replaced content with "==About== This subpage is about porting data into and out of MySQL databases. There is a choice of tools for doing this. * /phpmyadmin (web-based) * [[/mysqldump]..." Tag: Replaced
- 18:5318:53, 11 August 2024 diff hist +3,714 N mysqldump Created page with "mysqldump is a command-line interface utility provided as part of the MySQL package. Note that the following instructions apply to a very old version, and details may..."
- 18:4918:49, 11 August 2024 diff hist +2,662 N MySQL Admin Created page with "MySQL Admin was a GUI utility which provided administrative functions for MySQL, with data operations being (iirc) handled by a separate GUI application. Both areas of..."
- 18:4418:44, 11 August 2024 diff hist +1,542 N PHPMyAdmin Created page with "PHPMyAdmin (PHPMA) is an easy-to-use web-based database management tool for MySQL. ==Backing up== # Make sure you've got [http://www.phpmyadmin.net PHPMyAdmin] running..."
21 July 2024
- 16:2316:23, 21 July 2024 diff hist +544 PHP/operator No edit summary current
12 July 2024
- 13:2013:20, 12 July 2024 diff hist +299 N PHP/XML Created page with "{{fmt/title|using XML in PHP}} ==About== There are at least a couple of different PHP libraries for handling XML. * [https://www.php.net/manual/en/book.simplexml.php SimpleXML..." current
- 13:1713:17, 12 July 2024 diff hist +10,312 N PHP/XML/XML Parser Created page with "'''Official:''' [https://www.php.net/manual/en/book.xml.php XML Parser] This library consists of an opaque (no public methods or members) class that is read/written by a coll..." current
- 12:4712:47, 12 July 2024 diff hist +21 PHP →subpages
22 June 2024
- 23:3623:36, 22 June 2024 diff hist −96 cmd/ln No edit summary
- 23:1223:12, 22 June 2024 diff hist +10 cmd/ln clarifications
- 23:0923:09, 22 June 2024 diff hist +13 cmd/ln →Example
15 June 2024
- 21:0221:02, 15 June 2024 diff hist +29 Gambas No edit summary current
29 May 2024
- 12:1412:14, 29 May 2024 diff hist +141 autism/sites No edit summary current
27 May 2024
- 14:4314:43, 27 May 2024 diff hist −20 PHP/trait/use No edit summary
- 14:1314:13, 27 May 2024 diff hist +369 N PHP/use 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://..." current
- 14:0814:08, 27 May 2024 diff hist +43 PHP →subpages
19 May 2024
- 12:3612:36, 19 May 2024 diff hist +11 m PHP/interface →About
- 12:3512:35, 19 May 2024 diff hist +526 PHP/interface →About
15 April 2024
- 14:3514:35, 15 April 2024 diff hist +44 MySQL →How To
13 April 2024
- 17:5617:56, 13 April 2024 diff hist +335 cmd/ln No edit summary
- 16:4816:48, 13 April 2024 diff hist −4 m cmd/ln No edit summary
5 April 2024
- 13:2813:28, 5 April 2024 diff hist +250 PHP/inheritance No edit summary current
- 13:2613:26, 5 April 2024 diff hist +3,513 N PHP/inheritance/code 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..." current
- 13:0613:06, 5 April 2024 diff hist +976 PHP/inheritance No edit summary
- 12:3912:39, 5 April 2024 diff hist +80 PHP/inheritance No edit summary
- 12:3512:35, 5 April 2024 diff hist +713 N PHP/inheritance 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..."
- 12:3012:30, 5 April 2024 diff hist +26 PHP →subpages
- 12:2912:29, 5 April 2024 diff hist +229 PHP/operator No edit summary
2 February 2024
- 19:1619:16, 2 February 2024 diff hist +182 Discord/formatting →Previews current
