Query: mssql_guid_string
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MSSQL_GUID_STRING(3) MSSQL_GUID_STRING(3) mssql_guid_string - Converts a 16 byte binary GUID to a stringSYNOPSISstring mssql_guid_string (string $binary, [bool $short_format = false])DESCRIPTIONConverts a 16 byte binary GUID to a string.PARAMETERSo $binary - A 16 byte binary GUID. o $short_format - Whenever to use short format.RETURN VALUESReturns the converted string on success.EXAMPLESExample #1 mssql_guid_string(3) example <?php $binary = '19555081977808608437941339997619274330352755554827939936'; var_dump(mssql_guid_string($binary)); var_dump(mssql_guid_string($binary, true)); ?> The above example will output: string(36) "35353931-3035-3138-3937-373830383630" string(32) "31393535353038313937373830383630" PHP Documentation Group MSSQL_GUID_STRING(3)
| Related Man Pages |
|---|
| rtrim(3) - php |
| sqlite_udf_encode_binary(3) - php |
| xdiff_file_bdiff(3) - php |
| xdiff_string_rabdiff(3) - php |
| reflectionclass.getshortname(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| New Code Tags (Syntax Highlighting) |
| Please Welcome Don Cragun as Lead Moderator |
| Please Welcome Ravinder Singh to the Moderation Team |