X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FConverter%2FconvertFromString.md;h=1afbec9edadcbd33fbf0454dd5111a4813e28369;hb=d5312a169e94c202776770e505fc3aac6509e9a6;hp=e7bc70148ca60d3f9d5459f51b6f3d8fd3d1c6f4;hpb=e6f6384f6f9bf4cf6b40fefe3262bcefccbed2a3;p=mdref%2Fmdref-pq diff --git a/pq/Converter/convertFromString.md b/pq/Converter/convertFromString.md index e7bc701..1afbec9 100644 --- a/pq/Converter/convertFromString.md +++ b/pq/Converter/convertFromString.md @@ -1,4 +1,4 @@ -# mixed pq\Converter::convertFromString(string $data[, int $type = NULL) +# mixed pq\Converter::convertFromString(string $data, int $type) Convert a string received from the PostgreSQL server back to a PHP type. @@ -6,8 +6,8 @@ Convert a string received from the PostgreSQL server back to a PHP type. * string $data String data received from the server. -* Optional in $type = NULL - The type of the data. Irrelevant for single-type converters. +* int $type + The type OID of the data. Irrelevant for single-type converters. ## Returns: