Aperture 3: How metadata fields in Aperture 3 map to fields in other applications

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Aperture 3: How metadata fields in Aperture 3 map to fields in other applications
# 1  
Old 02-09-2010
Aperture 3: How metadata fields in Aperture 3 map to fields in other applications

Aperture 3 allows you to tag your images with metadata to help sort and identify photos. Learn about how keywords and other IPTC fields in Aperture 3 map to their equivalents in other applications.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MONGOGRIDFS.PUT(3)							 1							MONGOGRIDFS.PUT(3)

MongoGridFS::put - Stores a file in the database

SYNOPSIS
public mixed MongoGridFS::put (string $filename, [array $metadata = array()], [array $options = array()]) DESCRIPTION
Note MongoGridFS::put is an alias of MongoGridFS::storeFile. PARAMETERS
o $filename - Name of the file to store. o $metadata - Other metadata fields to include in the file document. Note These fields may also overwrite those that would be created automatically by the driver, as described in the MongoDB core documentation for the files collection. Some practical use cases for this behavior would be to specify a custom chunkSize or _id for the file. o $options - An array of options for the insert operations executed against the chunks and files collections. See MongoCollection.insert(3) for documentation on these these options. RETURN VALUES
Returns the _id of the saved file document. This will be a generated MongoId unless an _id was explicitly specified in the $metadata param- eter. ERRORS
/EXCEPTIONS Throws MongoGridFSException if there is an error reading $filename or inserting into the chunks or files collections. SEE ALSO
MongoGridFS.storeBytes(3), MongoGridFS.storeFile(3), MongoGridFS.storeUpload(3), MongoDB core docs on GridFS. PHP Documentation Group MONGOGRIDFS.PUT(3)