Forget Metadata
Clear content of metadata make it null, or remove specific keys.
🔥 forgetMetadata
forgetMetadata
Example Usage
Return Type ⇒ Boolean
🔥 forgetKeysMetadata
forgetKeysMetadata
Delete specific values by keys from the metadata field.
Example Usage
Parameters
Data Types
keys
array, Collection, string, int, null
Return Type ⇒ Boolean
🔥 forgetKeyMetadata
forgetKeyMetadata
It's an Alias of the `forgetKeysMetadata` method used for forgetting Individual Key
Example usage
Parameters
Data Types
key
string, int, null
Return Type ⇒ Boolean
Last updated