Files

8 lines
339 B
Markdown
Raw Permalink Normal View History

2025-06-11 08:16:57 +02:00
Using drivers: https://www.adminer.org/plugins/#use
2025-04-07 12:51:10 +02:00
Developing drivers: https://www.adminer.org/en/drivers/
The type declarations must be compatible both with source codes and the compiled version (where PHP5-incompatible types are stripped). It means:
- specify return type if parent specifies it
- do not specify scalar parameter type