/** * استخراج اطلاعات تصویر JPG */ function cempv_get_image_info($file_path) { if (!file_exists($file_path)) { return false; } $image = getimagesize($file_path); if (!$image) { return false; } return array( 'width_px' => $image[0], 'height_px' => $image[1], 'mime' => $image['mime'], ); } https://chapemroz.ir/post-sitemap.xml 2023-05-22T08:04:28+00:00 https://chapemroz.ir/page-sitemap.xml 2026-07-05T06:11:24+00:00 https://chapemroz.ir/jet-woo-builder-sitemap.xml 2023-07-30T09:38:50+00:00 https://chapemroz.ir/product-sitemap.xml 2026-07-06T11:12:50+00:00 https://chapemroz.ir/portfolio-sitemap.xml 2023-08-06T10:12:26+00:00 https://chapemroz.ir/category-sitemap.xml 2023-05-22T08:04:28+00:00