fields-fieldsinterface.rst 347 B

12345678910111213141516
  1. .. _reference.fields.fieldsinterface:
  2. ========================
  3. Fields\\FieldsInterface
  4. ========================
  5. .. php:namespace:: Ramsey\Uuid\Fields
  6. .. php:interface:: FieldsInterface
  7. Represents the fields of a UUID.
  8. .. php:method:: getBytes()
  9. :returns: The bytes that comprise these fields.
  10. :returntype: ``string``