X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FConverter%2FconvertToString.md;h=cfe31c03bb63e8741a4a39dfbd0cfe676fbd28ef;hb=d5312a169e94c202776770e505fc3aac6509e9a6;hp=5328a2ee8f00f16fe5b67231d09ff10ddc418201;hpb=e6f6384f6f9bf4cf6b40fefe3262bcefccbed2a3;p=mdref%2Fmdref-pq diff --git a/pq/Converter/convertToString.md b/pq/Converter/convertToString.md index 5328a2e..cfe31c0 100644 --- a/pq/Converter/convertToString.md +++ b/pq/Converter/convertToString.md @@ -1,4 +1,4 @@ -# string pq\Converter::convertToString(mixed $value[, int $type = NULL]) +# string pq\Converter::convertToString(mixed $value, int $type) Convert a value to a string for use in a query. @@ -6,8 +6,8 @@ Convert a value to a string for use in a query. * mixed $value The PHP value which should be converted to a string. -* Optional int $type = NULL - The type the converter should handle. Irrelevant for singly-type converters. +* int $type + The type OID the converter should handle. Irrelevant for singly-type converters. ## Returns: