PAMP:s60 pathinfo
From OpenSource
PHP API to get system's default paths.
[edit] Example Usage
<?php echo 's60_rom_root_path(): '; var_dump( s60_rom_root_path() ); echo 's60_phone_memory_root_path(): '; var_dump( s60_phone_memory_root_path() ); echo 's60_memory_card_path(): '; var_dump( s60_memory_card_path() ); echo 's60_games_path(): '; var_dump( s60_games_path() ); echo 's60_installs_path(): '; var_dump( s60_installs_path() ); echo 's60_others_path(): '; var_dump( s60_others_path() ); echo 's60_videos_path(): '; var_dump( s60_videos_path() ); echo 's60_images_path(): '; var_dump( s60_images_path() ); echo 's60_pictures_path(): '; var_dump( s60_pictures_path() ); echo 's60_gms_pictures_path(): '; var_dump( s60_gms_pictures_path() ); echo 's60_mms_background_images_path(): '; var_dump( s60_mms_background_images_path() ); echo 's60_presence_logos_path(): '; var_dump( s60_presence_logos_path() ); echo 's60_sounds_path(): '; var_dump( s60_sounds_path() ); echo 's60_digital_sounds_path(): '; var_dump( s60_digital_sounds_path() ); echo 's60_simple_sounds_path(): '; var_dump( s60_simple_sounds_path() ); echo 's60_images_thumbnail_path(): '; var_dump( s60_images_thumbnail_path() ); echo 's60_memory_card_contacts_path(): '; var_dump( s60_memory_card_contacts_path() ); ?>
[edit] Functions
[edit] s60_rom_root_path
s60_rom_root_path() -> string
Get ROM root path.
[edit] s60_phone_memory_root_path
s60_phone_memory_root_path() -> string
Get phone's memory root path.
[edit] s60_memory_card_path
s60_memory_card_path() -> string
Get path for memory card.
[edit] s60_games_path
s60_games_path() -> string
Get path for games.
[edit] s60_installs_path
s60_installs_path() -> string
Get installs path.
[edit] s60_others_path
s60_others_path() -> string
Get others path.
[edit] s60_videos_path
s60_videos_path() -> string
Get path for videos.
[edit] s60_images_path
s60_images_path() -> string
Get path for images.
[edit] s60_pictures_path
s60_pictures_path() -> string
Get path for pictures.
[edit] s60_gsm_pictures_path
s60_gsm_pictures_path() -> string
Get path for GSM pictures.
[edit] s60_mms_background_images_path
s60_mms_background_images_path() -> string
Get path for MMS background images.
[edit] s60_presence_logos_path
s60_presence_logos_path() -> string
Get path for presence logos.
[edit] s60_sounds_path
s60_sounds_path() -> string
Get path for sounds.
[edit] s60_digital_sounds_path
s60_digital_sounds_path() -> string
Get path for digital sounds.
[edit] s60_simple_sounds_path
s60_simple_sounds_path() -> string
Get path for simple sounds.
[edit] s60_images_thumbnail_path
s60_images_thumbnail_path() -> string
Get path for thumbnail images.
[edit] s60_memory_card_contacts_path
s60_memory_card_contacts_path() -> string
Get path for contacts that are stored in memory card.
