notes_search
(PHP 4 >= 4.0.5)
notes_search — Find notes that match keywords in database_name
Description
array notes_search
( string
$database_name
, string $keywords
)Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.
Warning
This function is currently not documented; only its argument list is available.
[an error occurred while processing the directive]
- notes_body
- notes_copy_db
- notes_create_db
- notes_create_note
- notes_drop_db
- notes_find_note
- notes_header_info
- notes_list_msgs
- notes_mark_read
- notes_mark_unread
- notes_nav_create
- notes_search
- notes_unread
- notes_version
Коментарии
example: notes_search ("schedule" , "flightNum" );
notes_search ( "schedule" , "flightNum" );