Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/pdo/pdo/quote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</methodsynopsis>

<para>
<methodname>PDO::quote</methodname> places quotes around the input string (if
required) and escapes special characters within the input string, using a
<methodname>PDO::quote</methodname> places quotes around the input string
and escapes special characters within the input string, using a
quoting style appropriate to the underlying driver.
</para>
<para>
Expand Down