Function __global->get_member_id_from_gallery_name
Definitions
sources/galleries.php
- Find the owner of a gallery.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$gallery_name | ID_TEXT | required parameter | N/A | N/A | The name of the gallery |
$row | ?array | Null | N/A | N/A | Gallery row (null: look it up) |
$only_if_personal_gallery | boolean | False | N/A | N/A | Only non-null if it is a personal gallery |
Return
- The owner of the gallery (null: not a member owned gallery)
- Type: ?MEMBER
- Set: N/A
- Range: N/A