Add phpinfo

This commit is contained in:
Illya Marchenko 2024-10-16 11:28:31 +03:00
parent 74eeac2221
commit 770e676c5b
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -19,9 +19,9 @@ bun run dev
## Tool List ## Tool List
**General:** **General:**
* humans.txt generator
* Table to Markdown table * Table to Markdown table
* Table to Mediawiki table * Table to Mediawiki table
* humans.txt generator
**Docker:** **Docker:**
* Rename volume * Rename volume
@ -30,13 +30,13 @@ bun run dev
* JSON to Go struct * JSON to Go struct
**JSON:** **JSON:**
* JSON minifier
* JSON formatter * JSON formatter
* JSON minifier
**PHP:** **PHP:**
* Str to PHP array
* PHP array to Json * PHP array to Json
* PHP serialize * PHP serialize
* Str to PHP array
**SQL:** **SQL:**
* SQL formatter * SQL formatter
@ -45,26 +45,26 @@ bun run dev
**Strings:** **Strings:**
* Fix ru-en keyboard * Fix ru-en keyboard
* Str length * Str length
* Str numeronym (i18n)
* Str pad
* Str remove duplicate lines
* Str sort lines * Str sort lines
* Str to lower/upper * Str to lower/upper
* Str remove duplicate lines
* Str pad
* Str numeronym (i18n)
* Str to NATO alphabet * Str to NATO alphabet
* URL encode/decode * URL encode/decode
* URL query viewer * URL query viewer
**Unix:** **Unix:**
* .htaccess generator
* Explain crontab * Explain crontab
* File base64 encode/decode * File base64 encode/decode
* Unix timestamp
* Sed generator * Sed generator
* .htaccess generator * Unix timestamp
**Generators:** **Generators:**
* QR code
* IBAN generator
* Dummy image * Dummy image
* IBAN generator
* QR code
## Debug ## Debug