|
Ostrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
PDO::quote() places quotes around the input string and escapes and single quotes within the input string. Quoting input strings has been a common means of attempting to prevent SQL injection attacks; however, an even safer approach is to use prepared statements with named parameters or placeholders for the input values.
Not all PDO drivers implement this method.
The string to be quoted.
Provides a data type hint for drivers that have alternate quoting styles. The default value is PDO_PARAM_STR.
Przykład 3. Quoting a complex string
Powyższy przykład wyświetli:
|
Poprzedni | Spis treści | Następny |
PDO::query | Początek rozdziału | PDO::rollBack |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:35