Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22445 программистов и 1141 робот. Сейчас ищет 661 программист ...
Приступая к работе

CairoImageSurface::getWidth - Retrieves the width of the CairoImageSurface

Вернуться к: CairoImageSurface

CairoImageSurface::getWidth

(PECL cairo >= 0.1.0)

CairoImageSurface::getWidthRetrieves the width of the CairoImageSurface

Описание

public int CairoImageSurface::getWidth ( void )

Gets the width of the CairoImageSurface

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns the width of the CairoImageSurface object

Примеры

Пример #1 CairoImageSurface::getWidth() example

<?php
// creates a new image surface
$surface = new CairoImageSurface(CairoFormat::ARGB328050);

//gets the width
var_dump($surface->getWidth());

?>

Результатом выполнения данного примера будет что-то подобное:

int(80)

Смотрите также



Вернуться к: CairoImageSurface

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware