X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq%2FConverter%2FconvertFromString.md;h=08af5408bfb42ff6d3ae51fd9244f3d996f71657;hb=680748775bd50797f22351bddb7f52829ffc17ba;hp=e7bc70148ca60d3f9d5459f51b6f3d8fd3d1c6f4;hpb=e6f6384f6f9bf4cf6b40fefe3262bcefccbed2a3;p=mdref%2Fmdref-pq diff --git a/pq/Converter/convertFromString.md b/pq/Converter/convertFromString.md index e7bc701..08af540 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: @@ -18,7 +18,7 @@ Convert a string received from the PostgreSQL server back to a PHP type.