PHP
Vzhled
Tato stránka je součástí úložiště: | |
Příslušnost: všeobecná |
Tato stránka je určena pro shromažďování wikiverzitních i externích zdrojů o skriptovacím jazyce PHP, využitelných pro vzdělávání a výzkum.
Základní informace
[editovat]Dokumentace
[editovat]S instalačním balíkem php je dodávána rozsáhlá HTML dokumentace v balíku php-doc, zabírající na lokálním disku cca 40-55 MB:
file:///usr/share/doc/php-doc/html
Projekty na Wikiverzitě
[editovat]Osobní projekty jednotlivých uživatelů
[editovat]Učebnice
[editovat]Ladění PHP
[editovat]Jak ladit PHP skripty na www serveru:
- Google: PHP debugging Firefox
Firefox
[editovat]There are three ways to open the debugger:
- Select the Debugger panel in the Web Developer Tools, accessible from the Browser Tools submenu.
- Press Ctrl + Shift + Z on Windows and Linux, or Cmd + Opt + Z on macOS (starting in Firefox 71; prior to Firefox 66, the letter in this shortcut was S ).
- Press the menu button.
- How do I run debug in browser?
Right-click on the browser page you'd like to debug and select Inspect. Navigate to the browser menu, scroll down to More tools, and click on Developer tools.
Xdebug
[editovat]- Xdebug Helper for Firefox by BrianGilbert_, 21,277 Users
- XDebug Helper for Firefox, BrianGilbert_; Debugging, profiling and tracing PHP code with Xdebug is very powerful, but enabling Xdebug with cookies or adding POST/GET variables is way too hard. This extension will help you to enable/disable debugging, profiling and tracing of your PHP-code easily.
- cloudways.com Shahroze Nawaz(2023-02-22): Learn How to Debug PHP with Xdebug and VsCode
Firebug
[editovat]FirePHP
[editovat]- How to Debug PHP Using Firefox with FirePHP
- FirePHP by cadorn, 3,788 Users
- https://firephp.org/ – Chyba zabezpečeného spojení – Při spojení s firephp.org nastala chyba. PR_END_OF_FILE_ERROR; GoogleChrome hlásí: Tento web není dostupnýWeb firephp.org neočekávaně ukončil připojení. ERR_CONNECTION_CLOSED
Rozšiřuje možnosti Firebug (viz výše)