Słownik i definicje programowania w PHP na L
- Jak działa list wywołanie funkcji Assign variables as if they were an array, błędy i użycie
void list ( mixed varname, mixed ... )
. - Jak działa localtime wywołanie funkcji Get the local time, błędy i użycie
array localtime ( [int timestamp [, bool is_associative]] )
. - Jak działa link wywołanie funkcji Create a hard link, błędy i użycie
bool link ( string target, string link )
. - Jak działa linkinfo wywołanie funkcji Gets information about a link, błędy i użycie
int linkinfo ( string path )
. - Jak działa lstat wywołanie funkcji Gives information about a file or symbolic link, błędy i użycie
array lstat ( string filename )
. - Jak działa t61_ to_ 8859_ ldap wywołanie funkcji Translate 8859 characters to t61 characters, błędy i użycie
string ldap_8859_to_t61 ( string value )
. - Jak działa add_ ldap wywołanie funkcji Add entries to LDAP directory, błędy i użycie
bool ldap_add ( resource link_identifier, string dn, array entry )
. - Jak działa bind_ ldap wywołanie funkcji Bind to LDAP directory, błędy i użycie
bool ldap_bind ( resource link_identifier [, string bind_rdn [, string bind_password]] )
. - Jak działa close_ ldap wywołanie funkcji Alias of ldap_unbind(), błędy i użycie
.
- Jak działa compare_ ldap wywołanie funkcji Compare value of attribute found in entry specified with DN, błędy i użycie
mixed ldap_compare ( resource link_identifier, string dn, string attribute, string value )
. - Jak działa connect_ ldap wywołanie funkcji Connect to an LDAP server, błędy i użycie
resource ldap_connect ( [string hostname [, int port]] )
. - Jak działa entries_ count_ ldap wywołanie funkcji Count the number of entries in a search, błędy i użycie
int ldap_count_entries ( resource link_identifier, resource result_identifier )
. - Jak działa delete_ ldap wywołanie funkcji Delete an entry from a directory, błędy i użycie
bool ldap_delete ( resource link_identifier, string dn )
. - Jak działa dn2ufn_ ldap wywołanie funkcji Convert DN to User Friendly Naming format, błędy i użycie
string ldap_dn2ufn ( string dn )
. - Jak działa err2str_ ldap wywołanie funkcji Convert LDAP error number into string error message, błędy i użycie
string ldap_err2str ( int errno )
. - Jak działa errno_ ldap wywołanie funkcji Return the LDAP error number of the last LDAP command, błędy i użycie
int ldap_errno ( resource link_identifier )
. - Jak działa error_ ldap wywołanie funkcji Return the LDAP error message of the last LDAP command, błędy i użycie
string ldap_error ( resource link_identifier )
. - Jak działa dn_ explode_ ldap wywołanie funkcji Splits DN into its component parts, błędy i użycie
array ldap_explode_dn ( string dn, int with_attrib )
. - Jak działa attribute_ first_ ldap wywołanie funkcji Return first attribute, błędy i użycie
string ldap_first_attribute ( resource link_identifier, resource result_entry_identifier, int &ber_identifier )
. - Jak działa entry_ first_ ldap wywołanie funkcji Return first result id, błędy i użycie
resource ldap_first_entry ( resource link_identifier, resource result_identifier )
. - Jak działa reference_ first_ ldap wywołanie funkcji Return first reference, błędy i użycie
resource ldap_first_reference ( resource link, resource result )
. - Jak działa result_ free_ ldap wywołanie funkcji Free result memory, błędy i użycie
bool ldap_free_result ( resource result_identifier )
. - Jak działa attributes_ get_ ldap wywołanie funkcji Get attributes from a search result entry, błędy i użycie
array ldap_get_attributes ( resource link_identifier, resource result_entry_identifier )
. - Jak działa dn_ get_ ldap wywołanie funkcji Get the DN of a result entry, błędy i użycie
string ldap_get_dn ( resource link_identifier, resource result_entry_identifier )
. - Jak działa entries_ get_ ldap wywołanie funkcji Get all result entries, błędy i użycie
array ldap_get_entries ( resource link_identifier, resource result_identifier )
. - Jak działa option_ get_ ldap wywołanie funkcji Get the current value for given option, błędy i użycie
bool ldap_get_option ( resource link_identifier, int option, mixed &retval )
. - Jak działa len_ values_ get_ ldap wywołanie funkcji Get all binary values from a result entry, błędy i użycie
array ldap_get_values_len ( resource link_identifier, resource result_entry_identifier, string attribute )
. - Jak działa values_ get_ ldap wywołanie funkcji Get all values from a result entry, błędy i użycie
array ldap_get_values ( resource link_identifier, resource result_entry_identifier, string attribute )
. - Jak działa list_ ldap wywołanie funkcji Single-level search, błędy i użycie
resource ldap_list ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
. - Jak działa add_ mod_ ldap wywołanie funkcji Add attribute values to current attributes, błędy i użycie
bool ldap_mod_add ( resource link_identifier, string dn, array entry )
. - Jak działa del_ mod_ ldap wywołanie funkcji Delete attribute values from current attributes, błędy i użycie
bool ldap_mod_del ( resource link_identifier, string dn, array entry )
. - Jak działa replace_ mod_ ldap wywołanie funkcji Replace attribute values with new ones, błędy i użycie
bool ldap_mod_replace ( resource link_identifier, string dn, array entry )
. - Jak działa modify_ ldap wywołanie funkcji Modify an LDAP entry, błędy i użycie
bool ldap_modify ( resource link_identifier, string dn, array entry )
. - Jak działa attribute_ next_ ldap wywołanie funkcji Get the next attribute in result, błędy i użycie
string ldap_next_attribute ( resource link_identifier, resource result_entry_identifier, resource &ber_identifier )
. - Jak działa entry_ next_ ldap wywołanie funkcji Get next result entry, błędy i użycie
resource ldap_next_entry ( resource link_identifier, resource result_entry_identifier )
. - Jak działa reference_ next_ ldap wywołanie funkcji Get next reference, błędy i użycie
resource ldap_next_reference ( resource link, resource entry )
. - Jak działa reference_ parse_ ldap wywołanie funkcji Extract information from reference entry, błędy i użycie
bool ldap_parse_reference ( resource link, resource entry, array &referrals )
. - Jak działa result_ parse_ ldap wywołanie funkcji Extract information from result, błędy i użycie
bool ldap_parse_result ( resource link, resource result, int &errcode [, string &matcheddn [, string &errmsg [, array &referrals]]] )
. - Jak działa read_ ldap wywołanie funkcji Read an entry, błędy i użycie
resource ldap_read ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
. - Jak działa rename_ ldap wywołanie funkcji Modify the name of an entry, błędy i użycie
bool ldap_rename ( resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn )
. - Jak działa bind_ sasl_ ldap wywołanie funkcji Bind to LDAP directory using SASL, błędy i użycie
bool ldap_sasl_bind ( resource link [, string binddn [, string password [, string sasl_mech [, string sasl_realm [, string sasl_authz_id [, string props]]]]]] )
. - Jak działa search_ ldap wywołanie funkcji Search LDAP tree, błędy i użycie
resource ldap_search ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )
. - Jak działa option_ set_ ldap wywołanie funkcji Set the value of the given option, błędy i użycie
bool ldap_set_option ( resource link_identifier, int option, mixed newval )
. - Jak działa proc_ rebind_ set_ ldap wywołanie funkcji Set a callback function to do re-binds on referral chasing, błędy i użycie
bool ldap_set_rebind_proc ( resource link, callback callback )
. - Jak działa sort_ ldap wywołanie funkcji Sort LDAP result entries, błędy i użycie
bool ldap_sort ( resource link, resource result, string sortfilter )
. - Jak działa tls_ start_ ldap wywołanie funkcji Start TLS, błędy i użycie
bool ldap_start_tls ( resource link )
. - Jak działa 8859_ to_ t61_ ldap wywołanie funkcji Translate t61 characters to 8859 characters, błędy i użycie
string ldap_t61_to_8859 ( string value )
. - Jak działa unbind_ ldap wywołanie funkcji Unbind from LDAP directory, błędy i użycie
bool ldap_unbind ( resource link_identifier )
. - Jak działa errors_ clear_ libxml wywołanie funkcji Clear libxml error buffer, błędy i użycie
void libxml_clear_errors ( void )
. - Jak działa errors_ get_ libxml wywołanie funkcji Retrieve array of errors, błędy i użycie
array libxml_get_errors ( void )
. - Jak działa error_ last_ get_ libxml wywołanie funkcji Retrieve last error from libxml, błędy i użycie
LibXMLError libxml_get_last_error ( void )
. - Jak działa context_ streams_ set_ libxml wywołanie funkcji Set the streams context for the next libxml document load or write, błędy i użycie
void libxml_set_streams_context ( resource streams_context )
. - Jak działa errors_ internal_ use_ libxml wywołanie funkcji Disable libxml errors and allow user to fetch error information as needed, błędy i użycie
bool libxml_use_internal_errors ( [bool use_errors] )
. - Jak działa compress_ lzf wywołanie funkcji LZF compression, błędy i użycie
string lzf_compress ( string data )
. - Jak działa decompress_ lzf wywołanie funkcji LZF decompression, błędy i użycie
string lzf_decompress ( string data )
. - Jak działa for_ optimized_ lzf wywołanie funkcji Determines what LZF extension was optimized for, błędy i użycie
int lzf_optimized_for ( void )
. - Jak działa value_ lcg wywołanie funkcji Combined linear congruential generator, błędy i użycie
float lcg_value ( void )
. - Jak działa log10 wywołanie funkcji Base-10 logarithm, błędy i użycie
float log10 ( float arg )
. - Jak działa log1p wywołanie funkcji Returns log(1 + number), computed in a way that is accurate even whenthe value of number is close to zero, błędy i użycie
float log1p ( float number )
. - Jak działa log wywołanie funkcji Natural logarithm, błędy i użycie
float log ( float arg [, float base] )
. - Jak działa long2ip wywołanie funkcji Converts an (IPv4) Internet network address into a string in Internet standard dotted format, błędy i użycie
string long2ip ( int proper_address )
. - Jak działa getposition_ limititerator wywołanie funkcji Return the current position, błędy i użycie
int LimitIterator::getPosition ( void )
. - Jak działa next_ limititerator wywołanie funkcji Move the iterator forward, błędy i użycie
void LimitIterator::next ( void )
. - Jak działa rewind_ limititerator wywołanie funkcji Rewind the iterator to the specified starting offset, błędy i użycie
void LimitIterator::rewind ( void )
. - Jak działa seek_ limititerator wywołanie funkcji Seek to the given position, błędy i użycie
void LimitIterator::seek ( int position )
. - Jak działa valid_ limititerator wywołanie funkcji Check whether the current element is valid, błędy i użycie
bool LimitIterator::valid ( void )
. - Jak działa levenshtein wywołanie funkcji Calculate Levenshtein distance between two strings, błędy i użycie
int levenshtein ( string str1, string str2 [, int cost_ins [, int cost_rep, int cost_del]] )
. - Jak działa localeconv wywołanie funkcji Get numeric formatting information, błędy i użycie
array localeconv ( void )
. - Jak działa ltrim wywołanie funkcji Strip whitespace (or other characters) from the beginning of a string, błędy i użycie
string ltrim ( string str [, string charlist] )
.
PHP programowanie dla początkujących
Kodowanie w języku PHP-Z. Słownik pojęć.
Programowanie w jezyku PHP.Z