fann_cascadetrain_on_file

(PECL fann >= 1.0.0) Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm. bool fann_cascadetrain_on_file ( resource $ann, string $filename, int $max_neurons, int $neurons_between_reports, float $desired_error ) Does the same as fann_cascadetrain_on_data(), but reads the training data directly from a file. Parameters: ann

fann_cascadetrain_on_data

(PECL fann >= 1.0.0) Trains on an entire dataset, for a period of time using the Cascade2 training algorithm bool fann_cascadetrain_on_data ( resource $ann, resource $data, int $max_neurons, int $neurons_between_reports, float $desired_error ) The cascade output change fraction is a number between 0 and 1 determining how large a fraction the fann_get_MSE() value should change within fann_get_cascade_output_stagnation_epoc

geoip_time_zone_by_country_and_region

(PECL geoip >= 1.0.4) Returns the time zone for some country and region code combo string geoip_time_zone_by_country_and_region ( string $country_code [, string $region_code ] ) The geoip_time_zone_by_country_and_region() function will return the time zone corresponding to a country and region code combo. In the United States, the region code corresponds to the two-letter abbreviation of each state. In Canada, the regio

geoip_setup_custom_directory

(PECL geoip >= 1.1.0) Set a custom directory for the GeoIP database. void geoip_setup_custom_directory ( string $path ) The geoip_setup_custom_directory() function will change the default directory of the GeoIP database. This is equivalent to changing geoip.custom_directory. Parameters: path The full path of where the GeoIP database is on disk. Ret

geoip_region_name_by_code

(PECL geoip >= 1.0.4) Returns the region name for some country and region code combo string geoip_region_name_by_code ( string $country_code, string $region_code ) The geoip_region_name_by_code() function will return the region name corresponding to a country and region code combo. In the United States, the region code corresponds to the two-letter abbreviation of each state. In Canada, the region code corresponds to th

geoip_region_by_name

(PECL geoip >= 0.2.0) Get the country code and region array geoip_region_by_name ( string $hostname ) The geoip_region_by_name() function will return the country and region corresponding to a hostname or an IP address. This function is currently only available to users who have bought a commercial GeoIP Region Edition. A warning will be issued if the proper database cannot be located. The names of the different keys o

geoip_record_by_name

(PECL geoip >= 0.2.0) Returns the detailed City information found in the GeoIP Database array geoip_record_by_name ( string $hostname ) The geoip_record_by_name() function will return the record information corresponding to a hostname or an IP address. This function is available for both GeoLite City Edition and commercial GeoIP City Edition. A warning will be issued if the proper database cannot be located. The names

geoip_org_by_name

(PECL geoip >= 0.2.0) Get the organization name string geoip_org_by_name ( string $hostname ) The geoip_org_by_name() function will return the name of the organization that an IP is assigned to. This function is currently only available to users who have bought a commercial GeoIP Organization, ISP or AS Edition. A warning will be issued if the proper database cannot be located. Parameters:

geoip_netspeedcell_by_name

(PECL geoip >= 1.1.0) Get the Internet connection speed string geoip_netspeedcell_by_name ( string $hostname ) The geoip_netspeedcell_by_name() function will return the Internet connection type and speed corresponding to a hostname or an IP address. This function is only available if using GeoIP Library version 1.4.8 or newer. This function is currently only available to users who have bought a commercial GeoIP NetSpe

geoip_isp_by_name

(PECL geoip >= 1.0.2) Get the Internet Service Provider (ISP) name string geoip_isp_by_name ( string $hostname ) The geoip_isp_by_name() function will return the name of the Internet Service Provider (ISP) that an IP is assigned to. This function is currently only available to users who have bought a commercial GeoIP ISP Edition. A warning will be issued if the proper database cannot be located. Paramet