A type is which named resource What is this.

A type is which named resource What is this.

am 13.08.2007 10:35:42 von canyigitli

please explain a php (in 5.2.xx manuel) variable type which is named
RESOURCE. if send me good code example I will thank you. the
informations about RESOURCE which are in manual I coud not exactly
understant. please help me.

Re: A type is which named resource What is this.

am 13.08.2007 11:32:43 von Ulf Kadner

canyigitli wrote:
> please explain a php (in 5.2.xx manuel) variable type which is named
> RESOURCE.

Resource types are supported since a long time. (PHP 3.*)

Whats youre problem for understanding the Documentation?
http://www.php.net/manual/en/language.types.resource.php

Its easy to read and understand.

> if send me good code example I will thank you.

No needings to doit.
The are a lot of examples inside the manual. Read it...

So long, Ulf

--
_,
_(_p> Ulf [Kado] Kadner
\<_) Mitglied der Freizeitvögel? ;-)
^^

Re: A type is which named resource What is this.

am 13.08.2007 11:34:58 von Ulf Kadner

Ulf Kadner wrote:
> Resource types are supported since a long time. (PHP 3.*)
^4