GetByID
array CBlogImage::GetByID( int ID );
The method returns parameters of the image with ID. Static method.
Method parameters
Parameter | Description |
---|---|
ID | Image ID. |
Returned value
The array with the image fields is returned.Examples of use
Get information About the image with identifier 16
$res = CBlogImage::GetByID(16); if($res) print_r($res);
© «Bitrix24», 2001-2024