mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
8 lines
339 B
Markdown
8 lines
339 B
Markdown
Using drivers: https://www.adminer.org/plugins/#use
|
|
|
|
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
|