Home > PHP > Function > Mssql > mssql_guid_string()

mssql_guid_string()

mssql_guid_string - Converts a 16 byte binary GUID to a string

Syntax

string mssql_guid_string (string $binary, bool $short_format)

Arguments

  • binary - A 16 byte binary GUID.
  • short_format - Whenever to use short format.

Description

Converts a 16 byte binary GUID to a string.

Version

PHP 4.0.7, 5, PECL odbtp >= 1.1.1

Return value

Returns the converted string on success.