Re: [PHP-DEV] Changes in namespace importing

2017-11-24 Thread Rowan Collins
On 24 November 2017 07:05:52 GMT+00:00, "Khawer ." wrote: >We use 'use' keyword to import other namespaces, namespace classes, >namespace functions, and namespace constants. > >Example >1) use abc; (Import abc namespace) >2) use abc\ClassB; (Import ClassB from abc

RE: [PHP-DEV] net_get_interfaces()

2017-11-24 Thread Anatol Belski
> -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Thursday, November 23, 2017 11:46 PM > To: PHP internals > Subject: [PHP-DEV] net_get_interfaces() > > Planning to add net_get_interfaces() >