Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17583 программиста и 1724 робота. Сейчас ищут 923 программиста ...
Результаты поиска
Найдено документов: 717, показано с 1 по 10

Net Gopher
ВведениеУстановка и настройкаТребованияУстановкаНастройка во время выполненияТипы ресурсовПредопределенные константыПримерыBasic ExampleGopher Функцииgopher_parsedir — Translate a gopher formatted directory entry into an associative array.
COM и .Net (Windows)
ВведениеУстановка и настройкаТребованияУстановкаНастройка во время выполненияТипы ресурсовПредопределенные константыErrors and error handlingПримерыFor EachArrays and Array-style COM propertiesCOM — The COM classDOTNET — The DOTNET classVARIANT — VARIANT classCOM Функцииcom_create_guid — Generate a globally unique identifier (GUID)com_event_sink — Connect events from a COM object to a PHP objectcom_get_active_object...
Установка
Prerequisite: PHP 4.3.0 or higher. Информация по установке этого расширения PECL может быть найдена в главе руководства Установка PECL расширений. Дополнительная информация, такая как новые версии, скачивание, исходные файлы, информация о разработчике и CHANGELOG, может быть найдена здесь: » http://pecl.php.net/package/net_gopher ...
Net_DNS_Resolver::query()
Net_DNS_Resolver::query() Net_DNS_Resolver::query() – Queries a nameserver and returns a response Synopsis require_once('Net/DNS.php'); Net_DNS_Packet Net_DNS_Resolver::query ( string $hostname , string $type = 'A' , string $class = 'IN' ) hostname - The name to lookup (eg. www.php.net) type - The record type to query class - The zone class...
Net_IPv4::parseAddress()
Net_IPv4::parseAddress() Net_IPv4::parseAddress() – Parse a CIDR address (address/netmask combination). Synopsis require_once('Net/IPv4.php'); bool parseAddress ( string $address ) Parses a Classless Inter-Domain Routing address (e.g. 192.168.1.0/24) and stores information in the object variables network, ip, netmask, broadcast, long and bitmask. Example How to get netmask and broadcast from CIDR...
Introduction
Introduction Introduction – Introduction to Net_DNSBL PEAR::Net_DNSBL provides an easy way to check if a given Host or URL is listed on an DNS-based Blackhole List (DNSBL, Real-time Blackhole List or RBL) or Spam URI Realtime Blocklist (SURBL). Please not that this currently only works with IPv4 IPs. Let's start with a simple example to check if the remote host is listed in two blacklists: <?phprequire_once 'Net/DNSBL.php';$dnsbl = new Net_DNSBL();$remoteIP = $_SERVER['REMOTE_ADDR'];$remoteIP = '81.70.69.193';$dnsbl->setBlacklists(array('sbl-xbl.spamhaus.org', 'bl.spamcop.net'));if ($dnsbl->isListed($remoteIP)) {    // do something}?>...
Net_NNTP_Client::connectAuthenticated()
Net_NNTP_Client::connectAuthenticated() Net_NNTP_Client::connectAuthenticated() – Connect and authenticate to a NNTP-server Synopsis require_once 'Net/NNTP/Client.php'; boolean Net_NNTP_Client::connectAuthenticated ( integer $user = null , integer $pass = null , string $host = NET_NNTP_PROTOCOL_DEFAULT_HOST , integer $port = NET_NNTP_PROTOCOL_DEFAULT_PORT...
Net_DNS_Resolver::axfr()
Net_DNS_Resolver::axfr() Net_DNS_Resolver::axfr() – Performs a zone transfer from a nameserver Synopsis require_once('Net/DNS.php'); Net_DNS_Packet Net_DNS_Resolver::axfr ( string $dname , string $class = 'IN' , boolean $old = FALSE ) dname - The domain name (zone name) to transfer class - The zone class to transfer old - Only used for backwards compatibility...
Net_NNTP::connectAuthenticated()
Net_NNTP::connectAuthenticated() Net_NNTP::connectAuthenticated() – Connects and authenticates to a newsserver Synopsis require_once 'Net/NNTP.php'; boolean Net_NNTP::connectAuthenticated ( integer $user = null , integer $pass = null , string $host = NET_NNTP_PROTOCOL_DEFAULT_HOST , integer $port = NET_NNTP_PROTOCOL_DEFAULT_PORT...
Net_NNTP::connect()
Net_NNTP::connect() Net_NNTP::connect() – Connects to a newsserver Synopsis require_once 'Net/NNTP.php'; boolean Net_NNTP::connect ( string $host = NET_NNTP_PROTOCOL_DEFAULT_HOST , integer $port = NET_NNTP_PROTOCOL_DEFAULT_PORT ) Connect to a specific newsserver Parameter $host - Hostname of the newsserver...

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